public static interface ReplaceNetworkAclAssociationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ReplaceNetworkAclAssociationRequest.Builder,ReplaceNetworkAclAssociationRequest>
| Modifier and Type | Method and Description |
|---|---|
ReplaceNetworkAclAssociationRequest.Builder |
associationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
|
ReplaceNetworkAclAssociationRequest.Builder |
networkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
|
ReplaceNetworkAclAssociationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReplaceNetworkAclAssociationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildReplaceNetworkAclAssociationRequest.Builder associationId(String associationId)
The ID of the current association between the original network ACL and the subnet.
associationId - The ID of the current association between the original network ACL and the subnet.ReplaceNetworkAclAssociationRequest.Builder networkAclId(String networkAclId)
The ID of the new network ACL to associate with the subnet.
networkAclId - The ID of the new network ACL to associate with the subnet.ReplaceNetworkAclAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderReplaceNetworkAclAssociationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.