Interface ExportS3DataInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExportS3DataInput.Builder,
,ExportS3DataInput> SdkBuilder<ExportS3DataInput.Builder,
,ExportS3DataInput> SdkPojo
- Enclosing class:
ExportS3DataInput
@Mutable
@NotThreadSafe
public static interface ExportS3DataInput.Builder
extends SdkPojo, CopyableBuilder<ExportS3DataInput.Builder,ExportS3DataInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe Key Management Service key ID for server-side encryption.The URL to the Amazon S3 data input.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, sdkFieldNameToField, sdkFields
-
Method Details
-
kmsKeyId
The Key Management Service key ID for server-side encryption.
- Parameters:
kmsKeyId
- The Key Management Service key ID for server-side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Uri
The URL to the Amazon S3 data input.
- Parameters:
s3Uri
- The URL to the Amazon S3 data input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-