Interface EncryptionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>,SdkBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>,SdkPojo
- Enclosing class:
- EncryptionConfiguration
public static interface EncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<EncryptionConfiguration.Builder,EncryptionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionConfiguration.BuilderkmsEncryptionContext(Map<String,String> kmsEncryptionContext)Sets the value of the KmsEncryptionContext property for this object.EncryptionConfiguration.BuilderkmsKeyId(String kmsKeyId)Sets the value of the KmsKeyId property for this object.-
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 Detail
-
kmsKeyId
EncryptionConfiguration.Builder kmsKeyId(String kmsKeyId)
Sets the value of the KmsKeyId property for this object.- Parameters:
kmsKeyId- The new value for the KmsKeyId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsEncryptionContext
EncryptionConfiguration.Builder kmsEncryptionContext(Map<String,String> kmsEncryptionContext)
Sets the value of the KmsEncryptionContext property for this object.- Parameters:
kmsEncryptionContext- The new value for the KmsEncryptionContext property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-