public static interface BacktrackDbClusterResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<BacktrackDbClusterResponse.Builder,BacktrackDbClusterResponse>
Modifier and Type | Method and Description |
---|---|
BacktrackDbClusterResponse.Builder |
backtrackedFrom(Instant backtrackedFrom)
The timestamp of the time from which the DB cluster was backtracked.
|
BacktrackDbClusterResponse.Builder |
backtrackIdentifier(String backtrackIdentifier)
Contains the backtrack identifier.
|
BacktrackDbClusterResponse.Builder |
backtrackRequestCreationTime(Instant backtrackRequestCreationTime)
The timestamp of the time at which the backtrack was requested.
|
BacktrackDbClusterResponse.Builder |
backtrackTo(Instant backtrackTo)
The timestamp of the time to which the DB cluster was backtracked.
|
BacktrackDbClusterResponse.Builder |
dbClusterIdentifier(String dbClusterIdentifier)
Contains a user-supplied DB cluster identifier.
|
BacktrackDbClusterResponse.Builder |
status(String status)
The status of the backtrack.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
BacktrackDbClusterResponse.Builder dbClusterIdentifier(String dbClusterIdentifier)
Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB cluster.
dbClusterIdentifier
- Contains a user-supplied DB cluster identifier. This identifier is the unique key that identifies a DB
cluster.BacktrackDbClusterResponse.Builder backtrackIdentifier(String backtrackIdentifier)
Contains the backtrack identifier.
backtrackIdentifier
- Contains the backtrack identifier.BacktrackDbClusterResponse.Builder backtrackTo(Instant backtrackTo)
The timestamp of the time to which the DB cluster was backtracked.
backtrackTo
- The timestamp of the time to which the DB cluster was backtracked.BacktrackDbClusterResponse.Builder backtrackedFrom(Instant backtrackedFrom)
The timestamp of the time from which the DB cluster was backtracked.
backtrackedFrom
- The timestamp of the time from which the DB cluster was backtracked.BacktrackDbClusterResponse.Builder backtrackRequestCreationTime(Instant backtrackRequestCreationTime)
The timestamp of the time at which the backtrack was requested.
backtrackRequestCreationTime
- The timestamp of the time at which the backtrack was requested.BacktrackDbClusterResponse.Builder status(String status)
The status of the backtrack. This property returns one of the following values:
applying
- The backtrack is currently being applied to or rolled back from the DB cluster.
completed
- The backtrack has successfully been applied to or rolled back from the DB cluster.
failed
- An error occurred while the backtrack was applied to or rolled back from the DB
cluster.
pending
- The backtrack is currently pending application to or rollback from the DB cluster.
status
- The status of the backtrack. This property returns one of the following values:
applying
- The backtrack is currently being applied to or rolled back from the DB
cluster.
completed
- The backtrack has successfully been applied to or rolled back from the DB
cluster.
failed
- An error occurred while the backtrack was applied to or rolled back from the DB
cluster.
pending
- The backtrack is currently pending application to or rollback from the DB
cluster.
Copyright © 2021. All rights reserved.