CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>, SdkBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>public static interface DescribeServicesResponse.Builder extends CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeServicesResponse.Builder |
failures(Collection<Failure> 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(Service... services) |
The list of services described.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setServices(java.util.Collection) or #withServices(java.util.Collection) if you want to
override the existing values.
services - The list of services described.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFailures(java.util.Collection) or #withFailures(java.util.Collection) if you want to
override the existing values.
failures - Any failures associated with the call.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.