public static interface DescribeServicesResponse.Builder extends PricingResponse.Builder, CopyableBuilder<DescribeServicesResponse.Builder,DescribeServicesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesResponse.Builder |
formatVersion(String formatVersion)
The format version of the response.
|
DescribeServicesResponse.Builder |
nextToken(String nextToken)
The pagination token for the next set of retreivable results.
|
DescribeServicesResponse.Builder |
services(Collection<Service> services)
The service metadata for the service or services in the response.
|
DescribeServicesResponse.Builder |
services(Consumer<Service.Builder>... services)
The service metadata for the service or services in the response.
|
DescribeServicesResponse.Builder |
services(Service... services)
The service metadata for the service or services in the response.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeServicesResponse.Builder services(Collection<Service> services)
The service metadata for the service or services in the response.
services - The service metadata for the service or services in the response.DescribeServicesResponse.Builder services(Service... services)
The service metadata for the service or services in the response.
services - The service metadata for the service or services in the response.DescribeServicesResponse.Builder services(Consumer<Service.Builder>... services)
The service metadata for the service or services in the response.
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 formatVersion(String formatVersion)
The format version of the response. For example, aws_v1.
formatVersion - The format version of the response. For example, aws_v1.DescribeServicesResponse.Builder nextToken(String nextToken)
The pagination token for the next set of retreivable results.
nextToken - The pagination token for the next set of retreivable results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.