public static interface DescribeNetworkInterfacesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInterfacesResponse.Builder,DescribeNetworkInterfacesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacesResponse.Builder |
networkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResponse.Builder |
networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResponse.Builder |
networkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInterfacesResponse.Builder networkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces - Information about one or more network interfaces.DescribeNetworkInterfacesResponse.Builder networkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
networkInterfaces - Information about one or more network interfaces.DescribeNetworkInterfacesResponse.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
Information about one or more network interfaces.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the need to create one
manually via NetworkInterface.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #networkInterfaces(List.
networkInterfaces - a consumer that will call methods on
NetworkInterface.Builder#networkInterfaces(java.util.Collection) DescribeNetworkInterfacesResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.