public static interface GetAttributeValuesResponse.Builder extends PricingResponse.Builder, CopyableBuilder<GetAttributeValuesResponse.Builder,GetAttributeValuesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAttributeValuesResponse.Builder |
attributeValues(AttributeValue... attributeValues)
The list of values for an attribute.
|
GetAttributeValuesResponse.Builder |
attributeValues(Collection<AttributeValue> attributeValues)
The list of values for an attribute.
|
GetAttributeValuesResponse.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
buildcopyapply, buildGetAttributeValuesResponse.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
.
attributeValues - The list of values for an attribute. For example, Throughput Optimized HDD and
Provisioned IOPS are two available values for the AmazonEC2
volumeType.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
.
attributeValues - The list of values for an attribute. For example, Throughput Optimized HDD and
Provisioned IOPS are two available values for the AmazonEC2
volumeType.GetAttributeValuesResponse.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.