public static interface DeleteTransitGatewayPrefixListReferenceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteTransitGatewayPrefixListReferenceRequest.Builder,DeleteTransitGatewayPrefixListReferenceRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTransitGatewayPrefixListReferenceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTransitGatewayPrefixListReferenceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTransitGatewayPrefixListReferenceRequest.Builder |
prefixListId(String prefixListId)
The ID of the prefix list.
|
DeleteTransitGatewayPrefixListReferenceRequest.Builder |
transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteTransitGatewayPrefixListReferenceRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the route table.
transitGatewayRouteTableId
- The ID of the route table.DeleteTransitGatewayPrefixListReferenceRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId
- The ID of the prefix list.DeleteTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.