Interface DisasterRecoveryConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisasterRecoveryConfiguration.Builder,,DisasterRecoveryConfiguration> SdkBuilder<DisasterRecoveryConfiguration.Builder,,DisasterRecoveryConfiguration> SdkPojo
- Enclosing class:
DisasterRecoveryConfiguration
@Mutable
@NotThreadSafe
public static interface DisasterRecoveryConfiguration.Builder
extends SdkPojo, CopyableBuilder<DisasterRecoveryConfiguration.Builder,DisasterRecoveryConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondisasterRecoveryType(String disasterRecoveryType) The type of disaster recovery configured for the Autonomous Database.disasterRecoveryType(DisasterRecoveryType disasterRecoveryType) The type of disaster recovery configured for the Autonomous Database.isReplicateAutomaticBackups(Boolean isReplicateAutomaticBackups) Indicates whether automatic backups are replicated to the disaster recovery database.isSnapshotStandby(Boolean isSnapshotStandby) Indicates whether the standby database is a snapshot standby.timeSnapshotStandbyEnabledTill(Instant timeSnapshotStandbyEnabledTill) The date and time until which the snapshot standby database remains enabled.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
-
disasterRecoveryType
The type of disaster recovery configured for the Autonomous Database.
- Parameters:
disasterRecoveryType- The type of disaster recovery configured for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
disasterRecoveryType
DisasterRecoveryConfiguration.Builder disasterRecoveryType(DisasterRecoveryType disasterRecoveryType) The type of disaster recovery configured for the Autonomous Database.
- Parameters:
disasterRecoveryType- The type of disaster recovery configured for the Autonomous Database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
isReplicateAutomaticBackups
DisasterRecoveryConfiguration.Builder isReplicateAutomaticBackups(Boolean isReplicateAutomaticBackups) Indicates whether automatic backups are replicated to the disaster recovery database.
- Parameters:
isReplicateAutomaticBackups- Indicates whether automatic backups are replicated to the disaster recovery database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSnapshotStandby
Indicates whether the standby database is a snapshot standby.
- Parameters:
isSnapshotStandby- Indicates whether the standby database is a snapshot standby.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timeSnapshotStandbyEnabledTill
DisasterRecoveryConfiguration.Builder timeSnapshotStandbyEnabledTill(Instant timeSnapshotStandbyEnabledTill) The date and time until which the snapshot standby database remains enabled.
- Parameters:
timeSnapshotStandbyEnabledTill- The date and time until which the snapshot standby database remains enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-