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 ofOutputSource
objects.outputSourceConfig
(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list ofOutputSource
objects.outputSourceConfig
(IdMappingJobOutputSource... outputSourceConfig) A list ofOutputSource
objects.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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionRequest.Builder
build
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
-
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
OutputSource
objects.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
A list of
OutputSource
objects.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects.- 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 theOutputSource
objects.IdMappingJobOutputSource.Builder
avoiding the need to create one manually viaIdMappingJobOutputSource.builder()
.When the
Consumer
completes,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
jobType
value is set toINCREMENTAL
, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflow
API is configured with anincrementalRunConfig
.If the
jobType
value is set toBATCH
, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflow
API isn't configured with anincrementalRunConfig
.If the
jobType
value is set toDELETE_ONLY
, only deletion requests fromBatchDeleteUniqueIds
are processed.- Parameters:
jobType
- The job type for the ID mapping job.If the
jobType
value is set toINCREMENTAL
, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflow
API is configured with anincrementalRunConfig
.If the
jobType
value is set toBATCH
, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflow
API isn't configured with anincrementalRunConfig
.If the
jobType
value is set toDELETE_ONLY
, only deletion requests fromBatchDeleteUniqueIds
are 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
jobType
value is set toINCREMENTAL
, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflow
API is configured with anincrementalRunConfig
.If the
jobType
value is set toBATCH
, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflow
API isn't configured with anincrementalRunConfig
.If the
jobType
value is set toDELETE_ONLY
, only deletion requests fromBatchDeleteUniqueIds
are processed.- Parameters:
jobType
- The job type for the ID mapping job.If the
jobType
value is set toINCREMENTAL
, only new or changed data is processed since the last job run. This is the default value if theCreateIdMappingWorkflow
API is configured with anincrementalRunConfig
.If the
jobType
value is set toBATCH
, all data is processed from the input source, regardless of previous job runs. This is the default value if theCreateIdMappingWorkflow
API isn't configured with anincrementalRunConfig
.If the
jobType
value is set toDELETE_ONLY
, only deletion requests fromBatchDeleteUniqueIds
are 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-