public static interface ResumeServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ResumeServiceResponse.Builder,ResumeServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
ResumeServiceResponse.Builder |
operationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
default ResumeServiceResponse.Builder |
service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just resumed.
|
ResumeServiceResponse.Builder |
service(Service service)
A description of the App Runner service that this request just resumed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResumeServiceResponse.Builder service(Service service)
A description of the App Runner service that this request just resumed.
service - A description of the App Runner service that this request just resumed.default ResumeServiceResponse.Builder service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just resumed.
This is a convenience 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)ResumeServiceResponse.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 © 2021. All rights reserved.