public static interface DescribeNetworkInterfacesResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
DescribeNetworkInterfacesResponse.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 Amazon Web Services, Inc. All Rights Reserved.