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