public static interface DisassociateRouteTableRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateRouteTableRequest.Builder,DisassociateRouteTableRequest>
Modifier and Type | Method and Description |
---|---|
DisassociateRouteTableRequest.Builder |
associationId(String associationId)
The association ID representing the current association between the route table and subnet.
|
DisassociateRouteTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisassociateRouteTableRequest.Builder associationId(String associationId)
The association ID representing the current association between the route table and subnet.
associationId
- The association ID representing the current association between the route table and subnet.DisassociateRouteTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DisassociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.