Interface CreateIdMappingWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateIdMappingWorkflowResponse.Builder,,CreateIdMappingWorkflowResponse> EntityResolutionResponse.Builder,SdkBuilder<CreateIdMappingWorkflowResponse.Builder,,CreateIdMappingWorkflowResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateIdMappingWorkflowResponse
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the workflow.idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.idMappingTechniques(IdMappingTechniques idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.incrementalRunConfig(Consumer<IdMappingIncrementalRunConfig.Builder> incrementalRunConfig) The incremental run configuration for the ID mapping workflow.incrementalRunConfig(IdMappingIncrementalRunConfig incrementalRunConfig) The incremental run configuration for the ID mapping workflow.inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig) A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig) A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.The Amazon Resource Name (ARN) of the IAM role.workflowArn(String workflowArn) The ARN (Amazon Resource Name) that Entity Resolution generated for theIDMappingWorkflow.workflowName(String workflowName) The name of the workflow.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.entityresolution.model.EntityResolutionResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
workflowName
The name of the workflow.
- Parameters:
workflowName- The name of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workflowArn
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IDMappingWorkflow.- Parameters:
workflowArn- The ARN (Amazon Resource Name) that Entity Resolution generated for theIDMappingWorkflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the workflow.
- Parameters:
description- A description of the workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateIdMappingWorkflowResponse.Builder inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig) A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateIdMappingWorkflowResponse.Builder inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig) A list of
InputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Parameters:
inputSourceConfig- A list ofInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
CreateIdMappingWorkflowResponse.Builder inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig) A list of
This is a convenience method that creates an instance of theInputSourceobjects, which have the fieldsInputSourceARNandSchemaName.IdMappingWorkflowInputSource.Builderavoiding the need to create one manually viaIdMappingWorkflowInputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toinputSourceConfig(List<IdMappingWorkflowInputSource>).- Parameters:
inputSourceConfig- a consumer that will call methods onIdMappingWorkflowInputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputSourceConfig
CreateIdMappingWorkflowResponse.Builder outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig) A list of
IdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Parameters:
outputSourceConfig- A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateIdMappingWorkflowResponse.Builder outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig) A list of
IdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Parameters:
outputSourceConfig- A list ofIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateIdMappingWorkflowResponse.Builder outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theIdMappingWorkflowOutputSourceobjects, each of which contains fieldsoutputS3PathandKMSArn.IdMappingWorkflowOutputSource.Builderavoiding the need to create one manually viaIdMappingWorkflowOutputSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputSourceConfig(List<IdMappingWorkflowOutputSource>).- Parameters:
outputSourceConfig- a consumer that will call methods onIdMappingWorkflowOutputSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idMappingTechniques
CreateIdMappingWorkflowResponse.Builder idMappingTechniques(IdMappingTechniques idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.
- Parameters:
idMappingTechniques- An object which defines the ID mapping technique and any additional configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTechniques
default CreateIdMappingWorkflowResponse.Builder idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques) An object which defines the ID mapping technique and any additional configurations.
This is a convenience method that creates an instance of theIdMappingTechniques.Builderavoiding the need to create one manually viaIdMappingTechniques.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidMappingTechniques(IdMappingTechniques).- Parameters:
idMappingTechniques- a consumer that will call methods onIdMappingTechniques.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incrementalRunConfig
CreateIdMappingWorkflowResponse.Builder incrementalRunConfig(IdMappingIncrementalRunConfig incrementalRunConfig) The incremental run configuration for the ID mapping workflow.
- Parameters:
incrementalRunConfig- The incremental run configuration for the ID mapping workflow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalRunConfig
default CreateIdMappingWorkflowResponse.Builder incrementalRunConfig(Consumer<IdMappingIncrementalRunConfig.Builder> incrementalRunConfig) The incremental run configuration for the ID mapping workflow.
This is a convenience method that creates an instance of theIdMappingIncrementalRunConfig.Builderavoiding the need to create one manually viaIdMappingIncrementalRunConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toincrementalRunConfig(IdMappingIncrementalRunConfig).- Parameters:
incrementalRunConfig- a consumer that will call methods onIdMappingIncrementalRunConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-