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 SummaryModifier 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 ofOutputSourceobjects.outputSourceConfig(Consumer<IdMappingJobOutputSource.Builder>... outputSourceConfig) A list ofOutputSourceobjects.outputSourceConfig(IdMappingJobOutputSource... outputSourceConfig) A list ofOutputSourceobjects.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobIdThe 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.
 
- 
outputSourceConfigStartIdMappingJobResponse.Builder outputSourceConfig(Collection<IdMappingJobOutputSource> outputSourceConfig) A list of OutputSourceobjects.- Parameters:
- outputSourceConfig- A list of- OutputSourceobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputSourceConfigStartIdMappingJobResponse.Builder outputSourceConfig(IdMappingJobOutputSource... outputSourceConfig) A list of OutputSourceobjects.- Parameters:
- outputSourceConfig- A list of- OutputSourceobjects.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputSourceConfigStartIdMappingJobResponse.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 on- IdMappingJobOutputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobTypeThe job type for the started ID mapping job. A value of INCREMENTALindicates 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 BATCHindicates 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_ONLYindicates that only deletion requests fromBatchDeleteUniqueIdswere processed.- Parameters:
- jobType- The job type for the started ID mapping job.- A value of - INCREMENTALindicates 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 an- incrementalRunConfig.- A value of - BATCHindicates 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 an- incrementalRunConfig.- A value of - DELETE_ONLYindicates that only deletion requests from- BatchDeleteUniqueIdswere processed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jobTypeThe job type for the started ID mapping job. A value of INCREMENTALindicates 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 BATCHindicates 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_ONLYindicates that only deletion requests fromBatchDeleteUniqueIdswere processed.- Parameters:
- jobType- The job type for the started ID mapping job.- A value of - INCREMENTALindicates 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 an- incrementalRunConfig.- A value of - BATCHindicates 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 an- incrementalRunConfig.- A value of - DELETE_ONLYindicates that only deletion requests from- BatchDeleteUniqueIdswere processed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-