Interface StartIdMappingJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartIdMappingJobResponse.Builder,
,StartIdMappingJobResponse> EntityResolutionResponse.Builder
,SdkBuilder<StartIdMappingJobResponse.Builder,
,StartIdMappingJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartIdMappingJobResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the job.The job type for the started ID mapping job.The job type for the started 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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobId
The ID of the job.
- Parameters:
jobId
- The ID of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
StartIdMappingJobResponse.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
StartIdMappingJobResponse.Builder outputSourceConfig(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
StartIdMappingJobResponse.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 started ID mapping job.
A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.- Parameters:
jobType
- The job type for the started ID mapping job.A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job type for the started ID mapping job.
A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.- Parameters:
jobType
- The job type for the started ID mapping job.A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-