Interface EncryptionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EncryptionSummary.Builder,,EncryptionSummary> SdkBuilder<EncryptionSummary.Builder,,EncryptionSummary> SdkPojo
- Enclosing class:
EncryptionSummary
@Mutable
@NotThreadSafe
public static interface EncryptionSummary.Builder
extends SdkPojo, CopyableBuilder<EncryptionSummary.Builder,EncryptionSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EncryptionSummary.BuilderencryptionKeyConfiguration(Consumer<EncryptionKeyConfiguration.Builder> encryptionKeyConfiguration) The configuration of the encryption key used for the Autonomous Database.encryptionKeyConfiguration(EncryptionKeyConfiguration encryptionKeyConfiguration) The configuration of the encryption key used for the Autonomous Database.encryptionKeyProvider(String encryptionKeyProvider) The provider of the encryption key used for the Autonomous Database.encryptionKeyProvider(EncryptionKeyProvider encryptionKeyProvider) The provider of the encryption key used for the Autonomous Database.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
-
encryptionKeyProvider
The provider of the encryption key used for the Autonomous Database.
- Parameters:
encryptionKeyProvider- The provider of the encryption key used for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionKeyProvider
The provider of the encryption key used for the Autonomous Database.
- Parameters:
encryptionKeyProvider- The provider of the encryption key used for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionKeyConfiguration
EncryptionSummary.Builder encryptionKeyConfiguration(EncryptionKeyConfiguration encryptionKeyConfiguration) The configuration of the encryption key used for the Autonomous Database.
- Parameters:
encryptionKeyConfiguration- The configuration of the encryption key used for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyConfiguration
default EncryptionSummary.Builder encryptionKeyConfiguration(Consumer<EncryptionKeyConfiguration.Builder> encryptionKeyConfiguration) The configuration of the encryption key used for the Autonomous Database.
This is a convenience method that creates an instance of theEncryptionKeyConfiguration.Builderavoiding the need to create one manually viaEncryptionKeyConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionKeyConfiguration(EncryptionKeyConfiguration).- Parameters:
encryptionKeyConfiguration- a consumer that will call methods onEncryptionKeyConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-