public static interface CreateIdMappingWorkflowResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<CreateIdMappingWorkflowResponse.Builder,CreateIdMappingWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateIdMappingWorkflowResponse.Builder |
description(String description)
A description of the workflow.
|
default CreateIdMappingWorkflowResponse.Builder |
idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
CreateIdMappingWorkflowResponse.Builder |
idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
CreateIdMappingWorkflowResponse.Builder |
inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowResponse.Builder |
inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowResponse.Builder |
inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowResponse.Builder |
outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowResponse.Builder |
outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowResponse.Builder |
outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIdMappingWorkflowResponse.Builder |
workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IDMappingWorkflow. |
CreateIdMappingWorkflowResponse.Builder |
workflowName(String workflowName)
The name of the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIdMappingWorkflowResponse.Builder description(String description)
A description of the workflow.
description - A description of the workflow.CreateIdMappingWorkflowResponse.Builder idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the idMappingType and the providerProperties.
idMappingTechniques - An object which defines the idMappingType and the providerProperties.default CreateIdMappingWorkflowResponse.Builder idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques)
An object which defines the idMappingType and the providerProperties.
IdMappingTechniques.Builder avoiding the
need to create one manually via IdMappingTechniques.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to idMappingTechniques(IdMappingTechniques).
idMappingTechniques - a consumer that will call methods on IdMappingTechniques.BuilderidMappingTechniques(IdMappingTechniques)CreateIdMappingWorkflowResponse.Builder inputSourceConfig(Collection<IdMappingWorkflowInputSource> 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.CreateIdMappingWorkflowResponse.Builder inputSourceConfig(IdMappingWorkflowInputSource... 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.CreateIdMappingWorkflowResponse.Builder inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig)
A list of InputSource objects, which have the fields InputSourceARN and
SchemaName.
IdMappingWorkflowInputSource.Builder avoiding
the need to create one manually via
IdMappingWorkflowInputSource.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
IdMappingWorkflowInputSource.Builder#inputSourceConfig(java.util.Collection) CreateIdMappingWorkflowResponse.Builder outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output.
outputSourceConfig - A list of IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output.CreateIdMappingWorkflowResponse.Builder outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output.
outputSourceConfig - A list of IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output.CreateIdMappingWorkflowResponse.Builder outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig)
A list of IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output.
IdMappingWorkflowOutputSource.Builder avoiding
the need to create one manually via
IdMappingWorkflowOutputSource.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
IdMappingWorkflowOutputSource.Builder#outputSourceConfig(java.util.Collection) CreateIdMappingWorkflowResponse.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.CreateIdMappingWorkflowResponse.Builder workflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow.
workflowArn - The ARN (Amazon Resource Name) that Entity Resolution generated for the IDMappingWorkflow
.CreateIdMappingWorkflowResponse.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.