public static interface CreateNetworkInterfacePermissionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfacePermissionRequest.Builder,CreateNetworkInterfacePermissionRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateNetworkInterfacePermissionRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.CreateNetworkInterfacePermissionRequest.Builder awsAccountId(String awsAccountId)
The AWS account ID.
awsAccountId - The AWS account ID.CreateNetworkInterfacePermissionRequest.Builder awsService(String awsService)
The AWS service. Currently not supported.
awsService - The AWS 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateNetworkInterfacePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.