Interface DescribeSecondarySubnetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSecondarySubnetsResponse.Builder,,DescribeSecondarySubnetsResponse> Ec2Response.Builder,SdkBuilder<DescribeSecondarySubnetsResponse.Builder,,DescribeSecondarySubnetsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSecondarySubnetsResponse
@Mutable
@NotThreadSafe
public static interface DescribeSecondarySubnetsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeSecondarySubnetsResponse.Builder,DescribeSecondarySubnetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.secondarySubnets(Collection<SecondarySubnet> secondarySubnets) Information about the secondary subnets.secondarySubnets(Consumer<SecondarySubnet.Builder>... secondarySubnets) Information about the secondary subnets.secondarySubnets(SecondarySubnet... secondarySubnets) Information about the secondary subnets.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
-
secondarySubnets
DescribeSecondarySubnetsResponse.Builder secondarySubnets(Collection<SecondarySubnet> secondarySubnets) Information about the secondary subnets.
- Parameters:
secondarySubnets- Information about the secondary subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondarySubnets
Information about the secondary subnets.
- Parameters:
secondarySubnets- Information about the secondary subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secondarySubnets
DescribeSecondarySubnetsResponse.Builder secondarySubnets(Consumer<SecondarySubnet.Builder>... secondarySubnets) Information about the secondary subnets.
This is a convenience method that creates an instance of theSecondarySubnet.Builderavoiding the need to create one manually viaSecondarySubnet.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosecondarySubnets(List<SecondarySubnet>).- Parameters:
secondarySubnets- a consumer that will call methods onSecondarySubnet.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.
-