public static interface PauseServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<PauseServiceResponse.Builder,PauseServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
PauseServiceResponse.Builder |
operationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
default PauseServiceResponse.Builder |
service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just paused.
|
PauseServiceResponse.Builder |
service(Service service)
A description of the App Runner service that this request just paused.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPauseServiceResponse.Builder service(Service service)
A description of the App Runner service that this request just paused.
service - A description of the App Runner service that this request just paused.default PauseServiceResponse.Builder service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just paused.
This is a convenience method that creates an instance of theService.Builder avoiding the need to
create one manually via Service.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to service(Service).
service - a consumer that will call methods on Service.Builderservice(Service)PauseServiceResponse.Builder operationId(String operationId)
The unique ID of the asynchronous operation that this request started. You can use it combined with the ListOperations call to track the operation's progress.
operationId - The unique ID of the asynchronous operation that this request started. You can use it combined with
the ListOperations call to track the operation's progress.Copyright © 2022. All rights reserved.