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)
Add an optional request override configuration.
|
DisassociateRouteTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDisassociateRouteTableRequest.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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisassociateRouteTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.