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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeLocalGatewayVirtualInterfacesResponse.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 method that creates an instance of the.Builder
avoiding the need to create one manually via #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 © 2022. All rights reserved.