public static interface GetAttributeValuesResponse.Builder extends PricingResponse.Builder, SdkPojo, 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 |
attributeValues(Consumer<AttributeValue.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 attributeValues(Consumer<AttributeValue.Builder>... attributeValues)
The list of values for an attribute. For example, Throughput Optimized HDD and
Provisioned IOPS are two available values for the AmazonEC2 volumeType
.
AttributeValue.Builder avoiding the need to create one
manually via AttributeValue.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #attributeValues(List.
attributeValues - a consumer that will call methods on
AttributeValue.Builder#attributeValues(java.util.Collection) 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 © 2023. All rights reserved.