Interface DataTransformationS3Configuration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DataTransformationS3Configuration.Builder,,DataTransformationS3Configuration> SdkBuilder<DataTransformationS3Configuration.Builder,,DataTransformationS3Configuration> SdkPojo
- Enclosing class:
DataTransformationS3Configuration
@Mutable
@NotThreadSafe
public static interface DataTransformationS3Configuration.Builder
extends SdkPojo, CopyableBuilder<DataTransformationS3Configuration.Builder,DataTransformationS3Configuration>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS Key Management Service (AWS KMS) key identifier used to encrypt the transformation job output written to Amazon S3.The Amazon S3 URI where AWS HealthLake writes the converted output files.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
s3Uri
The Amazon S3 URI where AWS HealthLake writes the converted output files.
- Parameters:
s3Uri- The Amazon S3 URI where AWS HealthLake writes the converted output files.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
The AWS Key Management Service (AWS KMS) key identifier used to encrypt the transformation job output written to Amazon S3.
- Parameters:
kmsKeyId- The AWS Key Management Service (AWS KMS) key identifier used to encrypt the transformation job output written to Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-