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(Consumer<NetworkInterface.Builder>... networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResponse.Builder |
networkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.DescribeNetworkInterfacesResponse.Builder networkInterfaces(Consumer<NetworkInterface.Builder>... networkInterfaces)
Information about one or more network interfaces.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #networkInterfaces(List)
.networkInterfaces
- a consumer that will call methods on List.Builder
#networkInterfaces(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.