Interface S3Encryption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<S3Encryption.Builder,S3Encryption>,SdkBuilder<S3Encryption.Builder,S3Encryption>,SdkPojo
- Enclosing class:
- S3Encryption
public static interface S3Encryption.Builder extends SdkPojo, CopyableBuilder<S3Encryption.Builder,S3Encryption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S3Encryption.BuilderkmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.S3Encryption.Builders3EncryptionMode(String s3EncryptionMode)The encryption mode to use for Amazon S3 data.S3Encryption.Builders3EncryptionMode(S3EncryptionMode s3EncryptionMode)The encryption mode to use for Amazon S3 data.-
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
-
s3EncryptionMode
S3Encryption.Builder s3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
- Parameters:
s3EncryptionMode- The encryption mode to use for Amazon S3 data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3EncryptionMode,S3EncryptionMode
-
s3EncryptionMode
S3Encryption.Builder s3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
- Parameters:
s3EncryptionMode- The encryption mode to use for Amazon S3 data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3EncryptionMode,S3EncryptionMode
-
kmsKeyArn
S3Encryption.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
- Parameters:
kmsKeyArn- The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-