Interface DescribeAddressesAttributeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAddressesAttributeResponse.Builder,,DescribeAddressesAttributeResponse> Ec2Response.Builder,SdkBuilder<DescribeAddressesAttributeResponse.Builder,,DescribeAddressesAttributeResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAddressesAttributeResponse
public static interface DescribeAddressesAttributeResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAddressesAttributeResponse.Builder,DescribeAddressesAttributeResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaddresses(Collection<AddressAttribute> addresses) Information about the IP addresses.addresses(Consumer<AddressAttribute.Builder>... addresses) Information about the IP addresses.addresses(AddressAttribute... addresses) Information about the IP addresses.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
addresses
Information about the IP addresses.
- Parameters:
addresses- Information about the IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addresses
Information about the IP addresses.
- Parameters:
addresses- Information about the IP addresses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addresses
DescribeAddressesAttributeResponse.Builder addresses(Consumer<AddressAttribute.Builder>... addresses) Information about the IP addresses.
This is a convenience method that creates an instance of theAddressAttribute.Builderavoiding the need to create one manually viaAddressAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaddresses(List<AddressAttribute>).- Parameters:
addresses- a consumer that will call methods onAddressAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-