public static interface DescribeServiceResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DescribeServiceResponse.Builder,DescribeServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeServiceResponse.Builder |
service(Consumer<Service.Builder> service)
A full description of the App Runner service that you specified in this request.
|
DescribeServiceResponse.Builder |
service(Service service)
A full description of the App Runner service that you specified in this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServiceResponse.Builder service(Service service)
A full description of the App Runner service that you specified in this request.
service - A full description of the App Runner service that you specified in this request.default DescribeServiceResponse.Builder service(Consumer<Service.Builder> service)
A full description of the App Runner service that you specified in this request.
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)Copyright © 2021. All rights reserved.