public static interface DisableVgwRoutePropagationRequest.Builder extends EC2Request.Builder, CopyableBuilder<DisableVgwRoutePropagationRequest.Builder,DisableVgwRoutePropagationRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableVgwRoutePropagationRequest.Builder |
gatewayId(String gatewayId)
The ID of the virtual private gateway.
|
DisableVgwRoutePropagationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisableVgwRoutePropagationRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisableVgwRoutePropagationRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisableVgwRoutePropagationRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.