public static interface UpdateMatchingWorkflowRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<UpdateMatchingWorkflowRequest.Builder,UpdateMatchingWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateMatchingWorkflowRequest.Builder |
description(String description)
A description of the workflow.
|
default UpdateMatchingWorkflowRequest.Builder |
incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
UpdateMatchingWorkflowRequest.Builder |
incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
UpdateMatchingWorkflowRequest.Builder |
inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateMatchingWorkflowRequest.Builder |
outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
UpdateMatchingWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateMatchingWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateMatchingWorkflowRequest.Builder |
resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
UpdateMatchingWorkflowRequest.Builder |
resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
UpdateMatchingWorkflowRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
UpdateMatchingWorkflowRequest.Builder |
workflowName(String workflowName)
The name of the workflow to be retrieved.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMatchingWorkflowRequest.Builder description(String description)
A description of the workflow.
description - A description of the workflow.UpdateMatchingWorkflowRequest.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 UpdateMatchingWorkflowRequest.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)UpdateMatchingWorkflowRequest.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.UpdateMatchingWorkflowRequest.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.UpdateMatchingWorkflowRequest.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) UpdateMatchingWorkflowRequest.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.UpdateMatchingWorkflowRequest.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.UpdateMatchingWorkflowRequest.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) UpdateMatchingWorkflowRequest.Builder resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the resolutionType and the ruleBasedProperties.
resolutionTechniques - An object which defines the resolutionType and the ruleBasedProperties.default UpdateMatchingWorkflowRequest.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)UpdateMatchingWorkflowRequest.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.UpdateMatchingWorkflowRequest.Builder workflowName(String workflowName)
The name of the workflow to be retrieved.
workflowName - The name of the workflow to be retrieved.UpdateMatchingWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateMatchingWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.