Interface GetAttributeValuesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<GetAttributeValuesRequest.Builder,,- GetAttributeValuesRequest> - PricingRequest.Builder,- SdkBuilder<GetAttributeValuesRequest.Builder,,- GetAttributeValuesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- GetAttributeValuesRequest
@Mutable
@NotThreadSafe
public static interface GetAttributeValuesRequest.Builder
extends PricingRequest.Builder, SdkPojo, CopyableBuilder<GetAttributeValuesRequest.Builder,GetAttributeValuesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionattributeName(String attributeName) The name of the attribute that you want to retrieve the values for, such asvolumeType.maxResults(Integer maxResults) The maximum number of results to return in response.The pagination token that indicates the next set of results that you want to retrieve.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceCode(String serviceCode) The service code for the service whose attributes you want to retrieve.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pricing.model.PricingRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
serviceCodeThe 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.
 
- 
attributeNameThe 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.
 
- 
nextTokenThe 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.
 
- 
maxResultsThe 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.
 
- 
overrideConfigurationGetAttributeValuesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationGetAttributeValuesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-