public static interface UpdateIdMappingWorkflowResponse.Builder extends EntityResolutionResponse.Builder, SdkPojo, CopyableBuilder<UpdateIdMappingWorkflowResponse.Builder,UpdateIdMappingWorkflowResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateIdMappingWorkflowResponse.Builder |
description(String description)
A description of the workflow.
|
default UpdateIdMappingWorkflowResponse.Builder |
idMappingTechniques(Consumer<IdMappingTechniques.Builder> idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
UpdateIdMappingWorkflowResponse.Builder |
idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the
idMappingType and the providerProperties. |
UpdateIdMappingWorkflowResponse.Builder |
inputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateIdMappingWorkflowResponse.Builder |
inputSourceConfig(Consumer<IdMappingWorkflowInputSource.Builder>... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateIdMappingWorkflowResponse.Builder |
inputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName. |
UpdateIdMappingWorkflowResponse.Builder |
outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path and
KMSArn. |
UpdateIdMappingWorkflowResponse.Builder |
outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path and
KMSArn. |
UpdateIdMappingWorkflowResponse.Builder |
outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path and
KMSArn. |
UpdateIdMappingWorkflowResponse.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
UpdateIdMappingWorkflowResponse.Builder |
workflowArn(String workflowArn)
The Amazon Resource Name (ARN) of the workflow role.
|
UpdateIdMappingWorkflowResponse.Builder |
workflowName(String workflowName)
The name of the workflow.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateIdMappingWorkflowResponse.Builder description(String description)
A description of the workflow.
description - A description of the workflow.UpdateIdMappingWorkflowResponse.Builder idMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the idMappingType and the providerProperties.
idMappingTechniques - An object which defines the idMappingType and the providerProperties.default UpdateIdMappingWorkflowResponse.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)UpdateIdMappingWorkflowResponse.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.UpdateIdMappingWorkflowResponse.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.UpdateIdMappingWorkflowResponse.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) UpdateIdMappingWorkflowResponse.Builder outputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path and
KMSArn.
outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path
and KMSArn.UpdateIdMappingWorkflowResponse.Builder outputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path and
KMSArn.
outputSourceConfig - A list of OutputSource objects, each of which contains fields OutputS3Path
and KMSArn.UpdateIdMappingWorkflowResponse.Builder outputSourceConfig(Consumer<IdMappingWorkflowOutputSource.Builder>... outputSourceConfig)
A list of OutputSource objects, each of which contains fields OutputS3Path and
KMSArn.
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) UpdateIdMappingWorkflowResponse.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.UpdateIdMappingWorkflowResponse.Builder workflowArn(String workflowArn)
The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access resources on your behalf.
workflowArn - The Amazon Resource Name (ARN) of the workflow role. Entity Resolution assumes this role to access
resources on your behalf.UpdateIdMappingWorkflowResponse.Builder workflowName(String workflowName)
The name of the workflow.
workflowName - The name of the workflow.Copyright © 2023. All rights reserved.