public static interface DescribeNetworkInterfacePermissionsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeNetworkInterfacePermissionsResponse.Builder,DescribeNetworkInterfacePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNetworkInterfacePermissionsResponse.Builder |
networkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)
The network interface permissions.
|
DescribeNetworkInterfacePermissionsResponse.Builder |
networkInterfacePermissions(Consumer<NetworkInterfacePermission.Builder>... networkInterfacePermissions)
The network interface permissions.
|
DescribeNetworkInterfacePermissionsResponse.Builder |
networkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions)
The network interface permissions.
|
DescribeNetworkInterfacePermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeNetworkInterfacePermissionsResponse.Builder networkInterfacePermissions(Collection<NetworkInterfacePermission> networkInterfacePermissions)
The network interface permissions.
networkInterfacePermissions - The network interface permissions.DescribeNetworkInterfacePermissionsResponse.Builder networkInterfacePermissions(NetworkInterfacePermission... networkInterfacePermissions)
The network interface permissions.
networkInterfacePermissions - The network interface permissions.DescribeNetworkInterfacePermissionsResponse.Builder networkInterfacePermissions(Consumer<NetworkInterfacePermission.Builder>... networkInterfacePermissions)
The network interface permissions.
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 #networkInterfacePermissions(List) .networkInterfacePermissions - a consumer that will call methods on List.Builder #networkInterfacePermissions(List) DescribeNetworkInterfacePermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken - The token to use to retrieve the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.