Interface IdMappingIncrementalRunConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<IdMappingIncrementalRunConfig.Builder,,IdMappingIncrementalRunConfig> SdkBuilder<IdMappingIncrementalRunConfig.Builder,,IdMappingIncrementalRunConfig> SdkPojo
- Enclosing class:
 IdMappingIncrementalRunConfig
@Mutable
@NotThreadSafe
public static interface IdMappingIncrementalRunConfig.Builder
extends SdkPojo, CopyableBuilder<IdMappingIncrementalRunConfig.Builder,IdMappingIncrementalRunConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionincrementalRunType(String incrementalRunType) The incremental run type for an ID mapping workflow.incrementalRunType(IdMappingIncrementalRunType incrementalRunType) The incremental run type for an ID mapping workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
incrementalRunType
The incremental run type for an ID mapping workflow.
It takes only one value:
ON_DEMAND. This setting runs the ID mapping workflow when it's manually triggered through theStartIdMappingJobAPI.- Parameters:
 incrementalRunType- The incremental run type for an ID mapping workflow.It takes only one value:
ON_DEMAND. This setting runs the ID mapping workflow when it's manually triggered through theStartIdMappingJobAPI.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
incrementalRunType
IdMappingIncrementalRunConfig.Builder incrementalRunType(IdMappingIncrementalRunType incrementalRunType) The incremental run type for an ID mapping workflow.
It takes only one value:
ON_DEMAND. This setting runs the ID mapping workflow when it's manually triggered through theStartIdMappingJobAPI.- Parameters:
 incrementalRunType- The incremental run type for an ID mapping workflow.It takes only one value:
ON_DEMAND. This setting runs the ID mapping workflow when it's manually triggered through theStartIdMappingJobAPI.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -