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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods 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 theStartIdMappingJob
API.- 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 theStartIdMappingJob
API.- 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 theStartIdMappingJob
API.- 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 theStartIdMappingJob
API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-