public static interface DeleteNetworkInterfacePermissionRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteNetworkInterfacePermissionRequest.Builder,DeleteNetworkInterfacePermissionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNetworkInterfacePermissionRequest.Builder |
force(Boolean force)
Specify
true to remove the permission even if the network interface is attached to an instance. |
DeleteNetworkInterfacePermissionRequest.Builder |
networkInterfacePermissionId(String networkInterfacePermissionId)
The ID of the network interface permission.
|
DeleteNetworkInterfacePermissionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNetworkInterfacePermissionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteNetworkInterfacePermissionRequest.Builder networkInterfacePermissionId(String networkInterfacePermissionId)
The ID of the network interface permission.
networkInterfacePermissionId - The ID of the network interface permission.DeleteNetworkInterfacePermissionRequest.Builder force(Boolean force)
Specify true to remove the permission even if the network interface is attached to an instance.
force - Specify true to remove the permission even if the network interface is attached to an
instance.DeleteNetworkInterfacePermissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteNetworkInterfacePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.