Interface CreateMatchingWorkflowRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateMatchingWorkflowRequest.Builder,
,CreateMatchingWorkflowRequest> EntityResolutionRequest.Builder
,SdkBuilder<CreateMatchingWorkflowRequest.Builder,
,CreateMatchingWorkflowRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateMatchingWorkflowRequest
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description of the workflow.incrementalRunConfig
(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.incrementalRunConfig
(IncrementalRunConfig incrementalRunConfig) An object which defines an incremental run type and has onlyincrementalRunType
as a field.inputSourceConfig
(Collection<InputSource> inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(Consumer<InputSource.Builder>... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.inputSourceConfig
(InputSource... inputSourceConfig) A list ofInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.outputSourceConfig
(Collection<OutputSource> outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.outputSourceConfig
(Consumer<OutputSource.Builder>... outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.outputSourceConfig
(OutputSource... outputSourceConfig) A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resolutionTechniques
(Consumer<ResolutionTechniques.Builder> resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.resolutionTechniques
(ResolutionTechniques resolutionTechniques) An object which defines theresolutionType
and theruleBasedProperties
.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, sdkFieldNameToField, sdkFields
-
Method Details
-
workflowName
The name of the workflow. There can't be multiple
MatchingWorkflows
with the same name.- Parameters:
workflowName
- The name of the workflow. There can't be multipleMatchingWorkflows
with the same name.- 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
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
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
CreateMatchingWorkflowRequest.Builder inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig) A list of
This is a convenience method that creates an instance of theInputSource
objects, which have the fieldsInputSourceARN
andSchemaName
.InputSource.Builder
avoiding the need to create one manually viaInputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputSourceConfig(List<InputSource>)
.- Parameters:
inputSourceConfig
- a consumer that will call methods onInputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
outputSourceConfig
CreateMatchingWorkflowRequest.Builder outputSourceConfig(Collection<OutputSource> outputSourceConfig) A list of
OutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
A list of
OutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Parameters:
outputSourceConfig
- A list ofOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputSourceConfig
CreateMatchingWorkflowRequest.Builder outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig) A list of
This is a convenience method that creates an instance of theOutputSource
objects, each of which contains fieldsOutputS3Path
,ApplyNormalization
, andOutput
.OutputSource.Builder
avoiding the need to create one manually viaOutputSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tooutputSourceConfig(List<OutputSource>)
.- Parameters:
outputSourceConfig
- a consumer that will call methods onOutputSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resolutionTechniques
CreateMatchingWorkflowRequest.Builder resolutionTechniques(ResolutionTechniques resolutionTechniques) An object which defines the
resolutionType
and theruleBasedProperties
.- Parameters:
resolutionTechniques
- An object which defines theresolutionType
and theruleBasedProperties
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolutionTechniques
default CreateMatchingWorkflowRequest.Builder resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques) An object which defines the
This is a convenience method that creates an instance of theresolutionType
and theruleBasedProperties
.ResolutionTechniques.Builder
avoiding the need to create one manually viaResolutionTechniques.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresolutionTechniques(ResolutionTechniques)
.- Parameters:
resolutionTechniques
- a consumer that will call methods onResolutionTechniques.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
incrementalRunConfig
CreateMatchingWorkflowRequest.Builder incrementalRunConfig(IncrementalRunConfig incrementalRunConfig) An object which defines an incremental run type and has only
incrementalRunType
as a field.- Parameters:
incrementalRunConfig
- An object which defines an incremental run type and has onlyincrementalRunType
as a field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
incrementalRunConfig
default CreateMatchingWorkflowRequest.Builder incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig) An object which defines an incremental run type and has only
This is a convenience method that creates an instance of theincrementalRunType
as a field.IncrementalRunConfig.Builder
avoiding the need to create one manually viaIncrementalRunConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toincrementalRunConfig(IncrementalRunConfig)
.- Parameters:
incrementalRunConfig
- a consumer that will call methods onIncrementalRunConfig.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.
-
overrideConfiguration
CreateMatchingWorkflowRequest.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
CreateMatchingWorkflowRequest.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.
-