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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeServicesResponse.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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #services(List)
.services
- a consumer that will call methods on List.Builder
#services(List)
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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #failures(List)
.failures
- a consumer that will call methods on List.Builder
#failures(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.