Interface DatabaseStandbySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DatabaseStandbySummary.Builder,,DatabaseStandbySummary> SdkBuilder<DatabaseStandbySummary.Builder,,DatabaseStandbySummary> SdkPojo
- Enclosing class:
DatabaseStandbySummary
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityDomain(String availabilityDomain) The availability domain of the standby Autonomous Database.lagTimeInSeconds(Integer lagTimeInSeconds) The time lag, in seconds, between the standby database and the primary database.maintenanceTargetComponent(String maintenanceTargetComponent) The component on the standby Autonomous Database that the current maintenance is being applied to.The current status of the standby Autonomous Database.The current status of the standby Autonomous Database.statusReason(String statusReason) Additional information about the current status of the standby Autonomous Database, if applicable.timeDataGuardRoleChanged(Instant timeDataGuardRoleChanged) The date and time when the Oracle Data Guard role of the standby database last changed.timeDisasterRecoveryRoleChanged(Instant timeDisasterRecoveryRoleChanged) The date and time when the disaster recovery role of the standby database last changed.timeMaintenanceBegin(Instant timeMaintenanceBegin) The date and time when the next maintenance of the standby database begins.timeMaintenanceEnd(Instant timeMaintenanceEnd) The date and time when the next maintenance of the standby database ends.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
-
availabilityDomain
The availability domain of the standby Autonomous Database.
- Parameters:
availabilityDomain- The availability domain of the standby Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lagTimeInSeconds
The time lag, in seconds, between the standby database and the primary database.
- Parameters:
lagTimeInSeconds- The time lag, in seconds, between the standby database and the primary database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the standby Autonomous Database.
- Parameters:
status- The current status of the standby Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the standby Autonomous Database.
- Parameters:
status- The current status of the standby Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the current status of the standby Autonomous Database, if applicable.
- Parameters:
statusReason- Additional information about the current status of the standby Autonomous Database, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maintenanceTargetComponent
The component on the standby Autonomous Database that the current maintenance is being applied to.
- Parameters:
maintenanceTargetComponent- The component on the standby Autonomous Database that the current maintenance is being applied to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeDataGuardRoleChanged
The date and time when the Oracle Data Guard role of the standby database last changed.
- Parameters:
timeDataGuardRoleChanged- The date and time when the Oracle Data Guard role of the standby database last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeDisasterRecoveryRoleChanged
DatabaseStandbySummary.Builder timeDisasterRecoveryRoleChanged(Instant timeDisasterRecoveryRoleChanged) The date and time when the disaster recovery role of the standby database last changed.
- Parameters:
timeDisasterRecoveryRoleChanged- The date and time when the disaster recovery role of the standby database last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeMaintenanceBegin
The date and time when the next maintenance of the standby database begins.
- Parameters:
timeMaintenanceBegin- The date and time when the next maintenance of the standby database begins.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeMaintenanceEnd
The date and time when the next maintenance of the standby database ends.
- Parameters:
timeMaintenanceEnd- The date and time when the next maintenance of the standby database ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-