Interface DescribeIpamInternetRegistryAssociationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIpamInternetRegistryAssociationsResponse.Builder,,DescribeIpamInternetRegistryAssociationsResponse> Ec2Response.Builder,SdkBuilder<DescribeIpamInternetRegistryAssociationsResponse.Builder,,DescribeIpamInternetRegistryAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeIpamInternetRegistryAssociationsResponse
@Mutable
@NotThreadSafe
public static interface DescribeIpamInternetRegistryAssociationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIpamInternetRegistryAssociationsResponse.Builder,DescribeIpamInternetRegistryAssociationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionipamInternetRegistryAssociations(Collection<IpamInternetRegistryAssociation> ipamInternetRegistryAssociations) The internet registry associations.ipamInternetRegistryAssociations(Consumer<IpamInternetRegistryAssociation.Builder>... ipamInternetRegistryAssociations) The internet registry associations.ipamInternetRegistryAssociations(IpamInternetRegistryAssociation... ipamInternetRegistryAssociations) The internet registry associations.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
nextToken
The token to use to retrieve the next page of results.
- Parameters:
nextToken- The token to use to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociations
DescribeIpamInternetRegistryAssociationsResponse.Builder ipamInternetRegistryAssociations(Collection<IpamInternetRegistryAssociation> ipamInternetRegistryAssociations) The internet registry associations.
- Parameters:
ipamInternetRegistryAssociations- The internet registry associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociations
DescribeIpamInternetRegistryAssociationsResponse.Builder ipamInternetRegistryAssociations(IpamInternetRegistryAssociation... ipamInternetRegistryAssociations) The internet registry associations.
- Parameters:
ipamInternetRegistryAssociations- The internet registry associations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipamInternetRegistryAssociations
DescribeIpamInternetRegistryAssociationsResponse.Builder ipamInternetRegistryAssociations(Consumer<IpamInternetRegistryAssociation.Builder>... ipamInternetRegistryAssociations) The internet registry associations.
This is a convenience method that creates an instance of theIpamInternetRegistryAssociation.Builderavoiding the need to create one manually viaIpamInternetRegistryAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toipamInternetRegistryAssociations(List<IpamInternetRegistryAssociation>).- Parameters:
ipamInternetRegistryAssociations- a consumer that will call methods onIpamInternetRegistryAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-