static DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.builder() |
|
default DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.failureDescription(Consumer<FailureDescription.Builder> failureDescription) |
Sets the value of the FailureDescription property for this object.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.failureDescription(FailureDescription failureDescription) |
Sets the value of the FailureDescription property for this object.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.id(String id) |
The identifier of the current snapshot of the table in source database endpoint.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.requestedBy(String requestedBy) |
The principal that sent the request to take the current snapshot on the table.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.requestedBy(SnapshotRequestedBy requestedBy) |
The principal that sent the request to take the current snapshot on the table.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.requestTimestamp(Instant requestTimestamp) |
The timestamp when the current snapshot is taken on the table.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.status(String status) |
The status of the current snapshot of the table.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.status(SnapshotStatus status) |
The status of the current snapshot of the table.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.Builder.table(String table) |
The fully qualified name of the table in source database endpoint that Firehose reads.
|
DatabaseSnapshotInfo.Builder |
DatabaseSnapshotInfo.toBuilder() |
|