public static interface CreateMatchingWorkflowResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<CreateMatchingWorkflowResponse.Builder,CreateMatchingWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateMatchingWorkflowResponse.Builder |
description(String description)
A description of the workflow.
|
default CreateMatchingWorkflowResponse.Builder |
incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowResponse.Builder |
incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
CreateMatchingWorkflowResponse.Builder |
inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateMatchingWorkflowResponse.Builder |
outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResponse.Builder |
outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
CreateMatchingWorkflowResponse.Builder |
outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
default CreateMatchingWorkflowResponse.Builder |
resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
CreateMatchingWorkflowResponse.Builder |
resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
CreateMatchingWorkflowResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateMatchingWorkflowResponse.Builder |
workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
CreateMatchingWorkflowResponse.Builder |
workflowName(String workflowName)
The name of the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMatchingWorkflowResponse.Builder description(String description)
A description of the workflow.
description - A description of the workflow.CreateMatchingWorkflowResponse.Builder incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only incrementalRunType as a field.
incrementalRunConfig - An object which defines an incremental run type and has only incrementalRunType as a
field.default CreateMatchingWorkflowResponse.Builder incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only incrementalRunType as a field.
IncrementalRunConfig.Builder avoiding
the need to create one manually via IncrementalRunConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to incrementalRunConfig(IncrementalRunConfig).
incrementalRunConfig - a consumer that will call methods on IncrementalRunConfig.BuilderincrementalRunConfig(IncrementalRunConfig)CreateMatchingWorkflowResponse.Builder inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.CreateMatchingWorkflowResponse.Builder inputSourceConfig(InputSource... inputSourceConfig)
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.CreateMatchingWorkflowResponse.Builder inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
InputSource.Builder avoiding the need to
create one manually via InputSource.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #inputSourceConfig(List.
inputSourceConfig - a consumer that will call methods on
InputSource.Builder#inputSourceConfig(java.util.Collection) CreateMatchingWorkflowResponse.Builder outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.CreateMatchingWorkflowResponse.Builder outputSourceConfig(OutputSource... outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.CreateMatchingWorkflowResponse.Builder outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output.
OutputSource.Builder avoiding the need to
create one manually via OutputSource.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #outputSourceConfig(List.
outputSourceConfig - a consumer that will call methods on
OutputSource.Builder#outputSourceConfig(java.util.Collection) CreateMatchingWorkflowResponse.Builder resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the resolutionType and the ruleBasedProperties.
resolutionTechniques - An object which defines the resolutionType and the ruleBasedProperties.default CreateMatchingWorkflowResponse.Builder resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the resolutionType and the ruleBasedProperties.
ResolutionTechniques.Builder avoiding
the need to create one manually via ResolutionTechniques.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to resolutionTechniques(ResolutionTechniques).
resolutionTechniques - a consumer that will call methods on ResolutionTechniques.BuilderresolutionTechniques(ResolutionTechniques)CreateMatchingWorkflowResponse.Builder roleArn(String 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.
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.CreateMatchingWorkflowResponse.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.
workflowArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.CreateMatchingWorkflowResponse.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.