public static interface DescribeServicesResponse.Builder extends EcsResponse.Builder, SdkPojo, CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesResponse.Builder |
failures(Collection<Failure> failures)
Any failures associated with the call.
|
DescribeServicesResponse.Builder |
failures(Consumer<Failure.Builder>... failures)
Any failures associated with the call.
|
DescribeServicesResponse.Builder |
failures(Failure... failures)
Any failures associated with the call.
|
DescribeServicesResponse.Builder |
services(Collection<Service> services)
The list of services described.
|
DescribeServicesResponse.Builder |
services(Consumer<Service.Builder>... services)
The list of services described.
|
DescribeServicesResponse.Builder |
services(Service... services)
The list of services described.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServicesResponse.Builder services(Collection<Service> services)
The list of services described.
services - The list of services described.DescribeServicesResponse.Builder services(Service... services)
The list of services described.
services - The list of services described.DescribeServicesResponse.Builder services(Consumer<Service.Builder>... services)
The list of services described.
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 #services(List.
services - a consumer that will call methods on Service.Builder#services(java.util.Collection) DescribeServicesResponse.Builder failures(Collection<Failure> failures)
Any failures associated with the call.
failures - Any failures associated with the call.DescribeServicesResponse.Builder failures(Failure... failures)
Any failures associated with the call.
failures - Any failures associated with the call.DescribeServicesResponse.Builder failures(Consumer<Failure.Builder>... failures)
Any failures associated with the call.
This is a convenience method that creates an instance of theFailure.Builder avoiding the need to create one manually
via Failure.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #failures(List.
failures - a consumer that will call methods on Failure.Builder#failures(java.util.Collection) Copyright © 2023. All rights reserved.