Interface IdMappingJobOutputSource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdMappingJobOutputSource.Builder,IdMappingJobOutputSource>,SdkBuilder<IdMappingJobOutputSource.Builder,IdMappingJobOutputSource>,SdkPojo
- Enclosing class:
- IdMappingJobOutputSource
public static interface IdMappingJobOutputSource.Builder extends SdkPojo, CopyableBuilder<IdMappingJobOutputSource.Builder,IdMappingJobOutputSource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdMappingJobOutputSource.BuilderkmsArn(String kmsArn)Customer KMS ARN for encryption at rest.IdMappingJobOutputSource.BuilderoutputS3Path(String outputS3Path)The S3 path to which Entity Resolution will write the output table.IdMappingJobOutputSource.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
kmsArn
IdMappingJobOutputSource.Builder kmsArn(String kmsArn)
Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.
- Parameters:
kmsArn- Customer KMS ARN for encryption at rest. If not provided, system will use an Entity Resolution managed KMS key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputS3Path
IdMappingJobOutputSource.Builder outputS3Path(String outputS3Path)
The S3 path to which Entity Resolution will write the output table.
- Parameters:
outputS3Path- The S3 path to which Entity Resolution will write the output table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
IdMappingJobOutputSource.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access Amazon Web Services resources on your behalf as part of workflow execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-