CopyableBuilder<DescribeNetworkInterfacesResponse.Builder,DescribeNetworkInterfacesResponse>
, SdkBuilder<DescribeNetworkInterfacesResponse.Builder,DescribeNetworkInterfacesResponse>
public static interface DescribeNetworkInterfacesResponse.Builder extends CopyableBuilder<DescribeNetworkInterfacesResponse.Builder,DescribeNetworkInterfacesResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setNetworkInterfaces(java.util.Collection)
or #withNetworkInterfaces(java.util.Collection)
if you want to override the existing values.
networkInterfaces
- Information about one or more network interfaces.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.