public static interface CreateNetworkInterfacePermissionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfacePermissionRequest.Builder,CreateNetworkInterfacePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfacePermissionRequest.Builder |
awsAccountId(String awsAccountId)
The AWS account ID.
|
CreateNetworkInterfacePermissionRequest.Builder |
awsService(String awsService)
The AWS service.
|
CreateNetworkInterfacePermissionRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
CreateNetworkInterfacePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNetworkInterfacePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNetworkInterfacePermissionRequest.Builder |
permission(InterfacePermissionType permission)
The type of permission to grant.
|
CreateNetworkInterfacePermissionRequest.Builder |
permission(String permission)
The type of permission to grant.
|
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)
overrideConfiguration in interface AwsRequest.BuilderCreateNetworkInterfacePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.