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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteNetworkInterfacePermissionRequest.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.Builder
DeleteNetworkInterfacePermissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.