Interface DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder,,- DescribeLocalGatewayVirtualInterfaceGroupsResponse> - Ec2Response.Builder,- SdkBuilder<DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder,,- DescribeLocalGatewayVirtualInterfaceGroupsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeLocalGatewayVirtualInterfaceGroupsResponse
@Mutable
@NotThreadSafe
public static interface DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder,DescribeLocalGatewayVirtualInterfaceGroupsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlocalGatewayVirtualInterfaceGroups(Collection<LocalGatewayVirtualInterfaceGroup> localGatewayVirtualInterfaceGroups) The virtual interface groups.localGatewayVirtualInterfaceGroups(Consumer<LocalGatewayVirtualInterfaceGroup.Builder>... localGatewayVirtualInterfaceGroups) The virtual interface groups.localGatewayVirtualInterfaceGroups(LocalGatewayVirtualInterfaceGroup... localGatewayVirtualInterfaceGroups) The virtual interface groups.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
localGatewayVirtualInterfaceGroupsDescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder localGatewayVirtualInterfaceGroups(Collection<LocalGatewayVirtualInterfaceGroup> localGatewayVirtualInterfaceGroups) The virtual interface groups. - Parameters:
- localGatewayVirtualInterfaceGroups- The virtual interface groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localGatewayVirtualInterfaceGroupsDescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder localGatewayVirtualInterfaceGroups(LocalGatewayVirtualInterfaceGroup... localGatewayVirtualInterfaceGroups) The virtual interface groups. - Parameters:
- localGatewayVirtualInterfaceGroups- The virtual interface groups.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localGatewayVirtualInterfaceGroupsDescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder localGatewayVirtualInterfaceGroups(Consumer<LocalGatewayVirtualInterfaceGroup.Builder>... localGatewayVirtualInterfaceGroups) The virtual interface groups. This is a convenience method that creates an instance of theLocalGatewayVirtualInterfaceGroup.Builderavoiding the need to create one manually viaLocalGatewayVirtualInterfaceGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocalGatewayVirtualInterfaceGroups(List<LocalGatewayVirtualInterfaceGroup>).- Parameters:
- localGatewayVirtualInterfaceGroups- a consumer that will call methods on- LocalGatewayVirtualInterfaceGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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 is- nullwhen there are no more results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-