public static interface CreateIdMappingWorkflowRequest.Builder extends EntityResolutionRequest.Builder, SdkPojo, CopyableBuilder<CreateIdMappingWorkflowRequest.Builder,CreateIdMappingWorkflowRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIdMappingWorkflowRequest.Builder |
description(String description)
A description of the workflow.
|
default CreateIdMappingWorkflowRequest.Builder |
idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
CreateIdMappingWorkflowRequest.Builder |
idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
CreateIdMappingWorkflowRequest.Builder |
inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowRequest.Builder |
inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowRequest.Builder |
inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
CreateIdMappingWorkflowRequest.Builder |
outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowRequest.Builder |
outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowRequest.Builder |
outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output. |
CreateIdMappingWorkflowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIdMappingWorkflowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateIdMappingWorkflowRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIdMappingWorkflowRequest.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateIdMappingWorkflowRequest.Builder |
workflowName(String workflowName)
The name of the workflow.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIdMappingWorkflowRequest.Builder description(String description)
A description of the workflow.
description - A description of the workflow.CreateIdMappingWorkflowRequest.Builder idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the idMappingType and the providerProperties.
idMappingTechniques - An object which defines the idMappingType and the providerProperties.default CreateIdMappingWorkflowRequest.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)CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.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) CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.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) CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.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.CreateIdMappingWorkflowRequest.Builder workflowName(String workflowName)
The name of the workflow. There can't be multiple IdMappingWorkflows with the same name.
workflowName - The name of the workflow. There can't be multiple IdMappingWorkflows with the same name.CreateIdMappingWorkflowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIdMappingWorkflowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.