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