Interface GetAttributeValuesResponse.Builder

    • Method Detail

      • attributeValues

        GetAttributeValuesResponse.Builder attributeValues​(Collection<AttributeValue> attributeValues)

        The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType .

        Parameters:
        attributeValues - The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributeValues

        GetAttributeValuesResponse.Builder attributeValues​(AttributeValue... attributeValues)

        The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType .

        Parameters:
        attributeValues - The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetAttributeValuesResponse.Builder nextToken​(String nextToken)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        nextToken - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.