public static interface DescribeAddressesAttributeRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeAddressesAttributeRequest.Builder,DescribeAddressesAttributeRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAddressesAttributeRequest.Builder allocationIds(Collection<String> allocationIds)
[EC2-VPC] The allocation IDs.
allocationIds
- [EC2-VPC] The allocation IDs.DescribeAddressesAttributeRequest.Builder allocationIds(String... allocationIds)
[EC2-VPC] The allocation IDs.
allocationIds
- [EC2-VPC] The allocation IDs.DescribeAddressesAttributeRequest.Builder attribute(String attribute)
The attribute of the IP address.
attribute
- The attribute of the IP address.AddressAttributeName
,
AddressAttributeName
DescribeAddressesAttributeRequest.Builder attribute(AddressAttributeName attribute)
The attribute of the IP address.
attribute
- The attribute of the IP address.AddressAttributeName
,
AddressAttributeName
DescribeAddressesAttributeRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.DescribeAddressesAttributeRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.DescribeAddressesAttributeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeAddressesAttributeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.