static ProgressEvent.Builder |
ProgressEvent.builder() |
|
ProgressEvent.Builder |
ProgressEvent.Builder.errorCode(String errorCode) |
For requests with a status of FAILED, the associated error code.
|
ProgressEvent.Builder |
ProgressEvent.Builder.errorCode(HandlerErrorCode errorCode) |
For requests with a status of FAILED, the associated error code.
|
ProgressEvent.Builder |
ProgressEvent.Builder.eventTime(Instant eventTime) |
When the resource operation request was initiated.
|
ProgressEvent.Builder |
ProgressEvent.Builder.hooksRequestToken(String hooksRequestToken) |
The unique token representing the Hooks operation for the request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.identifier(String identifier) |
The primary identifier for the resource.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operation(String operation) |
The resource operation type.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operation(Operation operation) |
The resource operation type.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operationStatus(String operationStatus) |
The current status of the resource operation request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operationStatus(OperationStatus operationStatus) |
The current status of the resource operation request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.requestToken(String requestToken) |
The unique token representing this resource operation request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.resourceModel(String resourceModel) |
A JSON string containing the resource model, consisting of each resource property and its current value.
|
ProgressEvent.Builder |
ProgressEvent.Builder.retryAfter(Instant retryAfter) |
When to next request the status of this resource operation request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.statusMessage(String statusMessage) |
Any message explaining the current status.
|
ProgressEvent.Builder |
ProgressEvent.toBuilder() |
|
ProgressEvent.Builder |
ProgressEvent.Builder.typeName(String typeName) |
The name of the resource type used in the operation.
|