public static interface GetResourceRequestStatusResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<GetResourceRequestStatusResponse.Builder,GetResourceRequestStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetResourceRequestStatusResponse.Builder |
progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource operation request.
|
GetResourceRequestStatusResponse.Builder |
progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource operation request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceRequestStatusResponse.Builder progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource operation request.
progressEvent - Represents the current status of the resource operation request.default GetResourceRequestStatusResponse.Builder progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource operation request.
This is a convenience method that creates an instance of theProgressEvent.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.