Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.ProgressEvent.Builder
-
Packages that use ProgressEvent.Builder Package Description software.amazon.awssdk.services.cloudcontrol.model -
-
Uses of ProgressEvent.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ProgressEvent.Builder Modifier and Type Method Description static ProgressEvent.BuilderProgressEvent. builder()ProgressEvent.BuilderProgressEvent.Builder. errorCode(String errorCode)For requests with a status ofFAILED, the associated error code.ProgressEvent.BuilderProgressEvent.Builder. errorCode(HandlerErrorCode errorCode)For requests with a status ofFAILED, the associated error code.ProgressEvent.BuilderProgressEvent.Builder. eventTime(Instant eventTime)When the resource operation request was initiated.ProgressEvent.BuilderProgressEvent.Builder. identifier(String identifier)The primary identifier for the resource.ProgressEvent.BuilderProgressEvent.Builder. operation(String operation)The resource operation type.ProgressEvent.BuilderProgressEvent.Builder. operation(Operation operation)The resource operation type.ProgressEvent.BuilderProgressEvent.Builder. operationStatus(String operationStatus)The current status of the resource operation request.ProgressEvent.BuilderProgressEvent.Builder. operationStatus(OperationStatus operationStatus)The current status of the resource operation request.ProgressEvent.BuilderProgressEvent.Builder. requestToken(String requestToken)The unique token representing this resource operation request.ProgressEvent.BuilderProgressEvent.Builder. resourceModel(String resourceModel)A JSON string containing the resource model, consisting of each resource property and its current value.ProgressEvent.BuilderProgressEvent.Builder. retryAfter(Instant retryAfter)When to next request the status of this resource operation request.ProgressEvent.BuilderProgressEvent.Builder. statusMessage(String statusMessage)Any message explaining the current status.ProgressEvent.BuilderProgressEvent. toBuilder()ProgressEvent.BuilderProgressEvent.Builder. typeName(String typeName)The name of the resource type used in the operation.Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type ProgressEvent.Builder Modifier and Type Method Description static Class<? extends ProgressEvent.Builder>ProgressEvent. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type ProgressEvent.Builder Modifier and Type Method Description default CancelResourceRequestResponse.BuilderCancelResourceRequestResponse.Builder. progressEvent(Consumer<ProgressEvent.Builder> progressEvent)Sets the value of the ProgressEvent property for this object.default CreateResourceResponse.BuilderCreateResourceResponse.Builder. progressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource creation request.default DeleteResourceResponse.BuilderDeleteResourceResponse.Builder. progressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource deletion request.default GetResourceRequestStatusResponse.BuilderGetResourceRequestStatusResponse.Builder. progressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource operation request.default UpdateResourceResponse.BuilderUpdateResourceResponse.Builder. progressEvent(Consumer<ProgressEvent.Builder> progressEvent)Represents the current status of the resource update request.
-