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 TypeMethodDescriptionThe 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.
-