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 theLocalGatewayVirtualInterface.Builder
avoiding the need to
create one manually via
LocalGatewayVirtualInterface.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #localGatewayVirtualInterfaces(List
.
localGatewayVirtualInterfaces
- a consumer that will call methods on
LocalGatewayVirtualInterface.Builder
#localGatewayVirtualInterfaces(java.util.Collection)
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 © 2023. All rights reserved.