public static interface ReplaceNetworkAclAssociationRequest.Builder extends EC2Request.Builder, software.amazon.awssdk.utils.builder.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
ReplaceNetworkAclAssociationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer) |
buildrequestOverrideConfigReplaceNetworkAclAssociationRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
requestOverrideConfig in interface AwsRequest.BuilderReplaceNetworkAclAssociationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
requestOverrideConfig in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.