Interface CreateIdMappingWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateIdMappingWorkflowRequest.Builder,
,CreateIdMappingWorkflowRequest> EntityResolutionRequest.Builder
,SdkBuilder<CreateIdMappingWorkflowRequest.Builder,
,CreateIdMappingWorkflowRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateIdMappingWorkflowRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the workflow.idMappingTechniques
(Consumer<IdMappingTechniques.Builder> idMappingTechniques) An object which defines theidMappingType
and theproviderProperties
.idMappingTechniques
(IdMappingTechniques idMappingTechniques) An object which defines theidMappingType
and theproviderProperties
.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 ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.outputSourceConfig
(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.outputSourceConfig
(IdMappingWorkflowOutputSource... outputSourceConfig) A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM role.The tags used to organize, track, or control access for this resource.workflowName
(String workflowName) The name of the workflow.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, sdkFields
-
Method Details
-
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.
-
idMappingTechniques
An object which defines the
idMappingType
and theproviderProperties
.- Parameters:
idMappingTechniques
- An object which defines theidMappingType
and theproviderProperties
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idMappingTechniques
default CreateIdMappingWorkflowRequest.Builder idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques) An object which defines the
This is a convenience method that creates an instance of theidMappingType
and theproviderProperties
.IdMappingTechniques.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:
-
inputSourceConfig
CreateIdMappingWorkflowRequest.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
CreateIdMappingWorkflowRequest.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
CreateIdMappingWorkflowRequest.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
CreateIdMappingWorkflowRequest.Builder outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig) A list of
IdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Parameters:
outputSourceConfig
- A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateIdMappingWorkflowRequest.Builder outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig) A list of
IdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Parameters:
outputSourceConfig
- A list ofIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateIdMappingWorkflowRequest.Builder outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theIdMappingWorkflowOutputSource
objects, each of which contains fieldsOutputS3Path
andOutput
.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:
-
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.
-
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.
-
workflowName
The name of the workflow. There can't be multiple
IdMappingWorkflows
with the same name.- Parameters:
workflowName
- The name of the workflow. There can't be multipleIdMappingWorkflows
with the same name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateIdMappingWorkflowRequest.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
CreateIdMappingWorkflowRequest.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.
-