Interface DescribeServicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>,PricingRequest.Builder,SdkBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeServicesRequest
public static interface DescribeServicesRequest.Builder extends PricingRequest.Builder, SdkPojo, CopyableBuilder<DescribeServicesRequest.Builder,DescribeServicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServicesRequest.BuilderformatVersion(String formatVersion)The format version that you want the response to be in.DescribeServicesRequest.BuildermaxResults(Integer maxResults)The maximum number of results that you want returned in the response.DescribeServicesRequest.BuildernextToken(String nextToken)The pagination token that indicates the next set of results that you want to retrieve.DescribeServicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeServicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeServicesRequest.BuilderserviceCode(String serviceCode)The code for the service whose information you want to retrieve, such asAmazonEC2.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pricing.model.PricingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
serviceCode
DescribeServicesRequest.Builder serviceCode(String serviceCode)
The code for the service whose information you want to retrieve, such as
AmazonEC2. You can use theServiceCodeto filter the results in aGetProductscall. To retrieve a list of all services, leave this blank.- Parameters:
serviceCode- The code for the service whose information you want to retrieve, such asAmazonEC2. You can use theServiceCodeto filter the results in aGetProductscall. To retrieve a list of all services, leave this blank.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatVersion
DescribeServicesRequest.Builder formatVersion(String formatVersion)
The format version that you want the response to be in.
Valid values are:
aws_v1- Parameters:
formatVersion- The format version that you want the response to be in.Valid values are:
aws_v1- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeServicesRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results that you want to retrieve.
- Parameters:
nextToken- The pagination token that indicates the next set of results that you want to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results that you want returned in the response.
- Parameters:
maxResults- The maximum number of results that you want returned in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-