Uses of Interface
software.amazon.awssdk.services.cloudcontrol.model.ProgressEvent.Builder
Packages that use ProgressEvent.Builder
-
Uses of ProgressEvent.Builder in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return ProgressEvent.BuilderModifier and TypeMethodDescriptionstatic ProgressEvent.BuilderProgressEvent.builder()For requests with a status ofFAILED, the associated error code.ProgressEvent.Builder.errorCode(HandlerErrorCode errorCode) For requests with a status ofFAILED, the associated error code.When the resource operation request was initiated.ProgressEvent.Builder.hooksRequestToken(String hooksRequestToken) The unique token representing the Hooks operation for the request.ProgressEvent.Builder.identifier(String identifier) The primary identifier for the resource.The resource operation type.The resource operation type.ProgressEvent.Builder.operationStatus(String operationStatus) The current status of the resource operation request.ProgressEvent.Builder.operationStatus(OperationStatus operationStatus) The current status of the resource operation request.ProgressEvent.Builder.requestToken(String requestToken) The unique token representing this resource operation request.ProgressEvent.Builder.resourceModel(String resourceModel) A JSON string containing the resource model, consisting of each resource property and its current value.ProgressEvent.Builder.retryAfter(Instant retryAfter) When to next request the status of this resource operation request.ProgressEvent.Builder.statusMessage(String statusMessage) Any message explaining the current status.ProgressEvent.toBuilder()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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProgressEvent.Builder>ProgressEvent.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type ProgressEvent.BuilderModifier and TypeMethodDescriptionCancelResourceRequestResponse.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.GetResourceRequestStatusResponse.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.