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(Service... services)
The service metadata for the service or services in the response.
|
build
copy
apply, build
DescribeServicesResponse.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 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.