Interface GetAttributeValuesRequest.Builder

    • Method Detail

      • serviceCode

        GetAttributeValuesRequest.Builder serviceCode​(String serviceCode)

        The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.

        Parameters:
        serviceCode - The service code for the service whose attributes you want to retrieve. For example, if you want the retrieve an EC2 attribute, use AmazonEC2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeName

        GetAttributeValuesRequest.Builder attributeName​(String attributeName)

        The name of the attribute that you want to retrieve the values for, such as volumeType.

        Parameters:
        attributeName - The name of the attribute that you want to retrieve the values for, such as volumeType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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

        GetAttributeValuesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in response.

        Parameters:
        maxResults - The maximum number of results to return in response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.