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