Interface GetIdMappingWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetIdMappingWorkflowResponse.Builder,
,GetIdMappingWorkflowResponse> EntityResolutionResponse.Builder
,SdkBuilder<GetIdMappingWorkflowResponse.Builder,
,GetIdMappingWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIdMappingWorkflowResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp of when the workflow was created.description
(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.inputSourceConfig
(Collection<IdMappingWorkflowInputSource> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(IdMappingWorkflowInputSource... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.outputSourceConfig
(Collection<IdMappingWorkflowOutputSource> outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.outputSourceConfig
(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.outputSourceConfig
(IdMappingWorkflowOutputSource... outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.The timestamp of when the workflow was last updated.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
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
-
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
GetIdMappingWorkflowResponse.Builder inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig) A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
GetIdMappingWorkflowResponse.Builder inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig) A list of
InputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Parameters:
inputSourceConfig
- A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputSourceConfig
GetIdMappingWorkflowResponse.Builder inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig) A list of
This is a convenience method that creates an instance of theInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.IdMappingWorkflowInputSource.Builder
avoiding the need to create one manually viaIdMappingWorkflowInputSource.builder()
.When the
Consumer
completes,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
GetIdMappingWorkflowResponse.Builder outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig) A list of
OutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
GetIdMappingWorkflowResponse.Builder outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig) A list of
OutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
GetIdMappingWorkflowResponse.Builder outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theOutputSource
objects, each of which contains fieldsOutputS3Path
andKMSArn
.IdMappingWorkflowOutputSource.Builder
avoiding the need to create one manually viaIdMappingWorkflowOutputSource.builder()
.When the
Consumer
completes,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
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 GetIdMappingWorkflowResponse.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.Builder
avoiding the need to create one manually viaIdMappingTechniques.builder()
.When the
Consumer
completes,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:
-
createdAt
The timestamp of when the workflow was created.
- Parameters:
createdAt
- The timestamp of when the workflow was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the workflow was last updated.
- Parameters:
updatedAt
- The timestamp of when the workflow was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.
- Parameters:
roleArn
- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags used to organize, track, or control access for this resource.
- Parameters:
tags
- The tags used to organize, track, or control access for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-