Interface AutonomousDatabaseWalletDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutonomousDatabaseWalletDetails.Builder,,AutonomousDatabaseWalletDetails> SdkBuilder<AutonomousDatabaseWalletDetails.Builder,,AutonomousDatabaseWalletDetails> SdkPojo
- Enclosing class:
AutonomousDatabaseWalletDetails
@Mutable
@NotThreadSafe
public static interface AutonomousDatabaseWalletDetails.Builder
extends SdkPojo, CopyableBuilder<AutonomousDatabaseWalletDetails.Builder,AutonomousDatabaseWalletDetails>
-
Method Summary
Modifier and TypeMethodDescriptionpasswordSourceSummary(Consumer<WalletPasswordSourceSummary.Builder> passwordSourceSummary) The summary of the password source configuration for the Autonomous Database wallet.passwordSourceSummary(WalletPasswordSourceSummary passwordSourceSummary) The summary of the password source configuration for the Autonomous Database wallet.The current status of the Autonomous Database wallet.status(AutonomousDatabaseWalletStatus status) The current status of the Autonomous Database wallet.timeRotated(Instant timeRotated) The date and time when the Autonomous Database wallet was last rotated.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
-
status
The current status of the Autonomous Database wallet.
- Parameters:
status- The current status of the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the Autonomous Database wallet.
- Parameters:
status- The current status of the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
timeRotated
The date and time when the Autonomous Database wallet was last rotated.
- Parameters:
timeRotated- The date and time when the Autonomous Database wallet was last rotated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordSourceSummary
AutonomousDatabaseWalletDetails.Builder passwordSourceSummary(WalletPasswordSourceSummary passwordSourceSummary) The summary of the password source configuration for the Autonomous Database wallet.
- Parameters:
passwordSourceSummary- The summary of the password source configuration for the Autonomous Database wallet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
passwordSourceSummary
default AutonomousDatabaseWalletDetails.Builder passwordSourceSummary(Consumer<WalletPasswordSourceSummary.Builder> passwordSourceSummary) The summary of the password source configuration for the Autonomous Database wallet.
This is a convenience method that creates an instance of theWalletPasswordSourceSummary.Builderavoiding the need to create one manually viaWalletPasswordSourceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topasswordSourceSummary(WalletPasswordSourceSummary).- Parameters:
passwordSourceSummary- a consumer that will call methods onWalletPasswordSourceSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-