Interface TransformationOutputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TransformationOutputDataConfig.Builder,,TransformationOutputDataConfig> SdkBuilder<TransformationOutputDataConfig.Builder,,TransformationOutputDataConfig> SdkPojo
- Enclosing class:
TransformationOutputDataConfig
@Mutable
@NotThreadSafe
public static interface TransformationOutputDataConfig.Builder
extends SdkPojo, CopyableBuilder<TransformationOutputDataConfig.Builder,TransformationOutputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3Configuration(Consumer<DataTransformationS3Configuration.Builder> s3Configuration) The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.s3Configuration(DataTransformationS3Configuration s3Configuration) The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.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
-
s3Configuration
TransformationOutputDataConfig.Builder s3Configuration(DataTransformationS3Configuration s3Configuration) The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.
- Parameters:
s3Configuration- The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Configuration
default TransformationOutputDataConfig.Builder s3Configuration(Consumer<DataTransformationS3Configuration.Builder> s3Configuration) The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.
This is a convenience method that creates an instance of theDataTransformationS3Configuration.Builderavoiding the need to create one manually viaDataTransformationS3Configuration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Configuration(DataTransformationS3Configuration).- Parameters:
s3Configuration- a consumer that will call methods onDataTransformationS3Configuration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-