public static interface GetMatchingWorkflowResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<GetMatchingWorkflowResponse.Builder,GetMatchingWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMatchingWorkflowResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the workflow was created.
|
GetMatchingWorkflowResponse.Builder |
description(String description)
A description of the workflow.
|
default GetMatchingWorkflowResponse.Builder |
incrementalRunConfig(Consumer<IncrementalRunConfig.Builder> incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
GetMatchingWorkflowResponse.Builder |
incrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
GetMatchingWorkflowResponse.Builder |
inputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetMatchingWorkflowResponse.Builder |
inputSourceConfig(Consumer<InputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetMatchingWorkflowResponse.Builder |
inputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
GetMatchingWorkflowResponse.Builder |
outputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResponse.Builder |
outputSourceConfig(Consumer<OutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
GetMatchingWorkflowResponse.Builder |
outputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path,
ApplyNormalization, and Output. |
default GetMatchingWorkflowResponse.Builder |
resolutionTechniques(Consumer<ResolutionTechniques.Builder> resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
GetMatchingWorkflowResponse.Builder |
resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties. |
GetMatchingWorkflowResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
GetMatchingWorkflowResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetMatchingWorkflowResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
|
GetMatchingWorkflowResponse.Builder |
workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
GetMatchingWorkflowResponse.Builder |
workflowName(String workflowName)
The name of the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMatchingWorkflowResponse.Builder createdAt(Instant createdAt)
The timestamp of when the workflow was created.
createdAt - The timestamp of when the workflow was created.GetMatchingWorkflowResponse.Builder description(String description)
A description of the workflow.
description - A description of the workflow.GetMatchingWorkflowResponse.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 GetMatchingWorkflowResponse.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)GetMatchingWorkflowResponse.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.GetMatchingWorkflowResponse.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.GetMatchingWorkflowResponse.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) GetMatchingWorkflowResponse.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.GetMatchingWorkflowResponse.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.GetMatchingWorkflowResponse.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) GetMatchingWorkflowResponse.Builder resolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the resolutionType and the ruleBasedProperties.
resolutionTechniques - An object which defines the resolutionType and the ruleBasedProperties.default GetMatchingWorkflowResponse.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)GetMatchingWorkflowResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access resources on your behalf.
roleArn - The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access
resources on your behalf.GetMatchingWorkflowResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
tags - The tags used to organize, track, or control access for this resource.GetMatchingWorkflowResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the workflow was last updated.
updatedAt - The timestamp of when the workflow was last updated.GetMatchingWorkflowResponse.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.GetMatchingWorkflowResponse.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.