public static interface DescribeNetworkInterfacesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.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(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
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.Copyright © 2017. All rights reserved.