public static interface DescribeNetworkInterfacePermissionsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theNetworkInterfacePermission.Builder avoiding the need to
create one manually via
NetworkInterfacePermission.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #networkInterfacePermissions(List.
networkInterfacePermissions - a consumer that will call methods on
NetworkInterfacePermission.Builder#networkInterfacePermissions(java.util.Collection) 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 © 2023. All rights reserved.