Interface DescribeServicesRequest.Builder

    • 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 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

        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.