public static interface UpdateServiceResponse.Builder extends ECSResponse.Builder, CopyableBuilder<UpdateServiceResponse.Builder,UpdateServiceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateServiceResponse.Builder |
service(Consumer<Service.Builder> service)
The full description of your service following the update call.
|
UpdateServiceResponse.Builder |
service(Service service)
The full description of your service following the update call.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateServiceResponse.Builder service(Service service)
The full description of your service following the update call.
service - The full description of your service following the update call.default UpdateServiceResponse.Builder service(Consumer<Service.Builder> service)
The full description of your service following the update call.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.