Interface CreateMatchingWorkflowResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateMatchingWorkflowResponse.Builder,
,CreateMatchingWorkflowResponse> EntityResolutionResponse.Builder
,SdkBuilder<CreateMatchingWorkflowResponse.Builder,
,CreateMatchingWorkflowResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateMatchingWorkflowResponse
-
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
.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.workflowArn
(String workflowArn) The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow
.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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.
-
incrementalRunConfig
CreateMatchingWorkflowResponse.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 CreateMatchingWorkflowResponse.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:
-
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
CreateMatchingWorkflowResponse.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
CreateMatchingWorkflowResponse.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
CreateMatchingWorkflowResponse.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
CreateMatchingWorkflowResponse.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 CreateMatchingWorkflowResponse.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:
-
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.
-
workflowArn
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow
.- Parameters:
workflowArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-