TableStatus.Builder |
TableStatus.Builder.action(String action) |
Indicates which action was called on the table, currently only CREATE or UPDATE.
|
TableStatus.Builder |
TableStatus.Builder.action(ResourceAction action) |
Indicates which action was called on the table, currently only CREATE or UPDATE.
|
static TableStatus.Builder |
TableStatus.builder() |
|
default TableStatus.Builder |
TableStatus.Builder.details(Consumer<StatusDetails.Builder> details) |
A StatusDetails object with information about the requested change.
|
TableStatus.Builder |
TableStatus.Builder.details(StatusDetails details) |
A StatusDetails object with information about the requested change.
|
default TableStatus.Builder |
TableStatus.Builder.error(Consumer<ErrorDetail.Builder> error) |
An error that will only appear when the state is "FAILED".
|
TableStatus.Builder |
TableStatus.Builder.error(ErrorDetail error) |
An error that will only appear when the state is "FAILED".
|
TableStatus.Builder |
TableStatus.Builder.requestedBy(String requestedBy) |
The ARN of the user who requested the asynchronous change.
|
TableStatus.Builder |
TableStatus.Builder.requestTime(Instant requestTime) |
An ISO 8601 formatted date string indicating the time that the change was initiated.
|
TableStatus.Builder |
TableStatus.Builder.state(String state) |
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
|
TableStatus.Builder |
TableStatus.Builder.state(ResourceState state) |
A generic status for the change in progress, such as QUEUED, IN_PROGRESS, SUCCESS, or FAILED.
|
TableStatus.Builder |
TableStatus.toBuilder() |
|
TableStatus.Builder |
TableStatus.Builder.updatedBy(String updatedBy) |
The ARN of the user to last manually alter the asynchronous change (requesting cancellation, etc).
|
TableStatus.Builder |
TableStatus.Builder.updateTime(Instant updateTime) |
An ISO 8601 formatted date string indicating the time that the state was last updated.
|