public static interface DisableVgwRoutePropagationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableVgwRoutePropagationRequest.Builder,DisableVgwRoutePropagationRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableVgwRoutePropagationRequest.Builder |
gatewayId(String gatewayId)
The ID of the virtual private gateway.
|
DisableVgwRoutePropagationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DisableVgwRoutePropagationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DisableVgwRoutePropagationRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
buildoverrideConfigurationcopyapplyMutation, buildDisableVgwRoutePropagationRequest.Builder gatewayId(String gatewayId)
The ID of the virtual private gateway.
gatewayId - The ID of the virtual private gateway.DisableVgwRoutePropagationRequest.Builder routeTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.DisableVgwRoutePropagationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DisableVgwRoutePropagationRequest.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.