public static interface DescribeServicesRequest.Builder extends PricingRequest.Builder, SdkPojo, CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesRequest.Builder |
formatVersion(String formatVersion)
The format version that you want the response to be in.
|
DescribeServicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
|
DescribeServicesRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
|
DescribeServicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeServicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeServicesRequest.Builder |
serviceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as
AmazonEC2. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeServicesRequest.Builder serviceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as AmazonEC2. You can use
the ServiceCode to filter the results in a GetProducts call. To retrieve a list of
all services, leave this blank.
serviceCode - The code for the service whose information you want to retrieve, such as AmazonEC2. You
can use the ServiceCode to filter the results in a GetProducts call. To
retrieve a list of all services, leave this blank.DescribeServicesRequest.Builder formatVersion(String formatVersion)
The format version that you want the response to be in.
Valid values are: aws_v1
formatVersion - The format version that you want the response to be in.
Valid values are: aws_v1
DescribeServicesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
nextToken - The pagination token that indicates the next set of results that you want to retrieve.DescribeServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
maxResults - The maximum number of results that you want returned in the response.DescribeServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.