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) |
DisableVgwRoutePropagationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisableVgwRoutePropagationRequest.Builder |
routeTableId(String routeTableId)
The ID of the route table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableVgwRoutePropagationRequest.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)
overrideConfiguration
in interface AwsRequest.Builder
DisableVgwRoutePropagationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.