public static interface CreateResourceResponse.Builder extends CloudControlResponse.Builder, SdkPojo, CopyableBuilder<CreateResourceResponse.Builder,CreateResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateResourceResponse.Builder |
progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource creation request.
|
CreateResourceResponse.Builder |
progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource creation request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateResourceResponse.Builder progressEvent(ProgressEvent progressEvent)
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling
GetResourceRequestStatus using the RequestToken of the ProgressEvent returned
by CreateResource.
progressEvent - Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by
calling GetResourceRequestStatus using the RequestToken of the ProgressEvent
returned by CreateResource.
default CreateResourceResponse.Builder progressEvent(Consumer<ProgressEvent.Builder> progressEvent)
Represents the current status of the resource creation request.
After you have initiated a resource creation request, you can monitor the progress of your request by calling
GetResourceRequestStatus using the RequestToken of the ProgressEvent returned
by CreateResource.
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.