public static interface DeleteServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DeleteServiceResponse.Builder,DeleteServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteServiceResponse.Builder |
operationId(String operationId)
The unique ID of the asynchronous operation that this request started.
|
default DeleteServiceResponse.Builder |
service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just deleted.
|
DeleteServiceResponse.Builder |
service(Service service)
A description of the App Runner service that this request just deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteServiceResponse.Builder service(Service service)
A description of the App Runner service that this request just deleted.
service - A description of the App Runner service that this request just deleted.default DeleteServiceResponse.Builder service(Consumer<Service.Builder> service)
A description of the App Runner service that this request just deleted.
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)DeleteServiceResponse.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.