public static interface UpdateServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceResponse.Builder |
operationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
default UpdateServiceResponse.Builder |
service(Consumer<Service.Builder> service)
A description of the App Runner service updated by this request.
|
UpdateServiceResponse.Builder |
service(Service service)
A description of the App Runner service updated by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateServiceResponse.Builder service(Service service)
A description of the App Runner service updated by this request. All configuration values in the returned
Service structure reflect configuration changes that are being applied by this request.
service - A description of the App Runner service updated by this request. All configuration values in the
returned Service structure reflect configuration changes that are being applied by this
request.default UpdateServiceResponse.Builder service(Consumer<Service.Builder> service)
A description of the App Runner service updated by this request. All configuration values in the returned
Service structure reflect configuration changes that are being applied by this request.
Service.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)UpdateServiceResponse.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.