Interface WalletPasswordSourceSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WalletPasswordSourceSummary.Builder,,WalletPasswordSourceSummary> SdkBuilder<WalletPasswordSourceSummary.Builder,,WalletPasswordSourceSummary> SdkPojo
- Enclosing class:
WalletPasswordSourceSummary
@Mutable
@NotThreadSafe
public static interface WalletPasswordSourceSummary.Builder
extends SdkPojo, CopyableBuilder<WalletPasswordSourceSummary.Builder,WalletPasswordSourceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionpasswordSource(String passwordSource) The source of the password for the Autonomous Database wallet.passwordSource(WalletPasswordSource passwordSource) The source of the password for the Autonomous Database wallet.passwordSourceConfiguration(Consumer<WalletPasswordSourceConfiguration.Builder> passwordSourceConfiguration) The configuration of the password source for the Autonomous Database wallet.passwordSourceConfiguration(WalletPasswordSourceConfiguration passwordSourceConfiguration) The configuration of the password source for the Autonomous Database wallet.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
-
passwordSource
The source of the password for the Autonomous Database wallet.
- Parameters:
passwordSource- The source of the password for the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
passwordSource
The source of the password for the Autonomous Database wallet.
- Parameters:
passwordSource- The source of the password for the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
passwordSourceConfiguration
WalletPasswordSourceSummary.Builder passwordSourceConfiguration(WalletPasswordSourceConfiguration passwordSourceConfiguration) The configuration of the password source for the Autonomous Database wallet.
- Parameters:
passwordSourceConfiguration- The configuration of the password source for the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordSourceConfiguration
default WalletPasswordSourceSummary.Builder passwordSourceConfiguration(Consumer<WalletPasswordSourceConfiguration.Builder> passwordSourceConfiguration) The configuration of the password source for the Autonomous Database wallet.
This is a convenience method that creates an instance of theWalletPasswordSourceConfiguration.Builderavoiding the need to create one manually viaWalletPasswordSourceConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topasswordSourceConfiguration(WalletPasswordSourceConfiguration).- Parameters:
passwordSourceConfiguration- a consumer that will call methods onWalletPasswordSourceConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-