public static interface DeleteNetworkAclEntryRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteNetworkAclEntryRequest.Builder,DeleteNetworkAclEntryRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteNetworkAclEntryRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteNetworkAclEntryRequest.Builder |
egress(Boolean egress)
Indicates whether the rule is an egress rule.
|
DeleteNetworkAclEntryRequest.Builder |
networkAclId(String networkAclId)
The ID of the network ACL.
|
DeleteNetworkAclEntryRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteNetworkAclEntryRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteNetworkAclEntryRequest.Builder |
ruleNumber(Integer ruleNumber)
The rule number of the entry to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteNetworkAclEntryRequest.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.DeleteNetworkAclEntryRequest.Builder egress(Boolean egress)
Indicates whether the rule is an egress rule.
egress - Indicates whether the rule is an egress rule.DeleteNetworkAclEntryRequest.Builder networkAclId(String networkAclId)
The ID of the network ACL.
networkAclId - The ID of the network ACL.DeleteNetworkAclEntryRequest.Builder ruleNumber(Integer ruleNumber)
The rule number of the entry to delete.
ruleNumber - The rule number of the entry to delete.DeleteNetworkAclEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteNetworkAclEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.