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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.