public static interface UpdateResourceResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateResourceResponse.Builder,UpdateResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateResourceResponse.Builder |
progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource update request.
|
UpdateResourceResponse.Builder |
progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceResponse.Builder progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource update request.
Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
progressEvent - Represents the current status of the resource update request.
Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
default UpdateResourceResponse.Builder progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource update request.
Use the RequestToken of the ProgressEvent with GetResourceRequestStatus to return the current status of a resource operation request.
ProgressEvent.Builder avoiding the need
to create one manually via ProgressEvent.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to progressEvent(ProgressEvent).
progressEvent - a consumer that will call methods on ProgressEvent.BuilderprogressEvent(ProgressEvent)Copyright © 2023. All rights reserved.