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