| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudcontrol.model |
| Modifier and Type | Method and Description |
|---|---|
static ProgressEvent.Builder |
ProgressEvent.builder() |
ProgressEvent.Builder |
ProgressEvent.Builder.errorCode(HandlerErrorCode errorCode)
For requests with a status of
FAILED, the associated error code. |
ProgressEvent.Builder |
ProgressEvent.Builder.errorCode(String 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.identifier(String identifier)
The primary identifier for the resource.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operation(Operation operation)
The resource operation type.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operation(String operation)
The resource operation type.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operationStatus(OperationStatus operationStatus)
The current status of the resource operation request.
|
ProgressEvent.Builder |
ProgressEvent.Builder.operationStatus(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProgressEvent.Builder> |
ProgressEvent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CancelResourceRequestResponse.Builder |
CancelResourceRequestResponse.Builder.progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Sets the value of the ProgressEvent property for this object.
|
default DeleteResourceResponse.Builder |
DeleteResourceResponse.Builder.progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource deletion request.
|
default GetResourceRequestStatusResponse.Builder |
GetResourceRequestStatusResponse.Builder.progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource operation request.
|
default UpdateResourceResponse.Builder |
UpdateResourceResponse.Builder.progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource update request.
|
default CreateResourceResponse.Builder |
CreateResourceResponse.Builder.progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource creation request.
|
Copyright © 2023. All rights reserved.