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 Details

    • serviceCode

      DescribeServicesRequest.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.

      Parameters:
      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.
      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

      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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.