public static interface CreateNetworkInterfacePermissionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfacePermissionRequest.Builder,CreateNetworkInterfacePermissionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkInterfacePermissionRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.CreateNetworkInterfacePermissionRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.CreateNetworkInterfacePermissionRequest.Builder awsService(String awsService)
The Amazon Web Service. Currently not supported.
awsService - The Amazon Web Service. Currently not supported.CreateNetworkInterfacePermissionRequest.Builder permission(String permission)
The type of permission to grant.
permission - The type of permission to grant.InterfacePermissionType,
InterfacePermissionTypeCreateNetworkInterfacePermissionRequest.Builder permission(InterfacePermissionType permission)
The type of permission to grant.
permission - The type of permission to grant.InterfacePermissionType,
InterfacePermissionTypeCreateNetworkInterfacePermissionRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.CreateNetworkInterfacePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkInterfacePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.