Interface StartIdMappingJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartIdMappingJobRequest.Builder,,StartIdMappingJobRequest> EntityResolutionRequest.Builder,SdkBuilder<StartIdMappingJobRequest.Builder,,StartIdMappingJobRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
StartIdMappingJobRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe job type for the ID mapping job.The job type for the ID mapping job.outputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig) A list ofOutputSourceobjects.outputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list ofOutputSourceobjects.outputSourceConfig(IdMappingJobOutputSource... outputSourceConfig) A list ofOutputSourceobjects.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.workflowName(String workflowName) The name of the ID mapping job to be retrieved.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowName
The name of the ID mapping job to be retrieved.
- Parameters:
workflowName- The name of the ID mapping job to be retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
StartIdMappingJobRequest.Builder outputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig) A list of
OutputSourceobjects.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
A list of
OutputSourceobjects.- Parameters:
outputSourceConfig- A list ofOutputSourceobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
StartIdMappingJobRequest.Builder outputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theOutputSourceobjects.IdMappingJobOutputSource.Builderavoiding the need to create one manually viaIdMappingJobOutputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputSourceConfig(List<IdMappingJobOutputSource>).- Parameters:
outputSourceConfig- a consumer that will call methods onIdMappingJobOutputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job type for the ID mapping job.
If the
jobTypevalue is set toINCREMENTAL, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflowAPI is configured with anincrementalRunConfig.If the
jobTypevalue is set toBATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflowAPI isn't configured with anincrementalRunConfig.If the
jobTypevalue is set toDELETE_ONLY, only deletion requests fromBatchDeleteUniqueIdsare processed.- Parameters:
jobType- The job type for the ID mapping job.If the
jobTypevalue is set toINCREMENTAL, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflowAPI is configured with anincrementalRunConfig.If the
jobTypevalue is set toBATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflowAPI isn't configured with anincrementalRunConfig.If the
jobTypevalue is set toDELETE_ONLY, only deletion requests fromBatchDeleteUniqueIdsare processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job type for the ID mapping job.
If the
jobTypevalue is set toINCREMENTAL, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflowAPI is configured with anincrementalRunConfig.If the
jobTypevalue is set toBATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflowAPI isn't configured with anincrementalRunConfig.If the
jobTypevalue is set toDELETE_ONLY, only deletion requests fromBatchDeleteUniqueIdsare processed.- Parameters:
jobType- The job type for the ID mapping job.If the
jobTypevalue is set toINCREMENTAL, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflowAPI is configured with anincrementalRunConfig.If the
jobTypevalue is set toBATCH, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflowAPI isn't configured with anincrementalRunConfig.If the
jobTypevalue is set toDELETE_ONLY, only deletion requests fromBatchDeleteUniqueIdsare processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartIdMappingJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartIdMappingJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-