public static interface DescribeLocalGatewayVirtualInterfacesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayVirtualInterfacesResponse.Builder,DescribeLocalGatewayVirtualInterfacesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewayVirtualInterfacesResponse.Builder |
localGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
DescribeLocalGatewayVirtualInterfacesResponse.Builder |
localGatewayVirtualInterfaces(Consumer<LocalGatewayVirtualInterface.Builder>... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
DescribeLocalGatewayVirtualInterfacesResponse.Builder |
localGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
|
DescribeLocalGatewayVirtualInterfacesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewayVirtualInterfacesResponse.Builder localGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces)
Information about the virtual interfaces.
localGatewayVirtualInterfaces - Information about the virtual interfaces.DescribeLocalGatewayVirtualInterfacesResponse.Builder localGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
localGatewayVirtualInterfaces - Information about the virtual interfaces.DescribeLocalGatewayVirtualInterfacesResponse.Builder localGatewayVirtualInterfaces(Consumer<LocalGatewayVirtualInterface.Builder>... localGatewayVirtualInterfaces)
Information about the virtual interfaces.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #localGatewayVirtualInterfaces(List) .localGatewayVirtualInterfaces - a consumer that will call methods on List.Builder #localGatewayVirtualInterfaces(List) DescribeLocalGatewayVirtualInterfacesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2021. All rights reserved.