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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeNetworkInterfacePermissionsResponse.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 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 © 2022. All rights reserved.