public static interface ModifyTransitGatewayPrefixListReferenceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyTransitGatewayPrefixListReferenceRequest.Builder,ModifyTransitGatewayPrefixListReferenceRequest>
| Modifier and Type | Method and Description | 
|---|---|
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | blackhole(Boolean blackhole)
 Indicates whether to drop traffic that matches this route. | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | prefixListId(String prefixListId)
 The ID of the prefix list. | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | transitGatewayAttachmentId(String transitGatewayAttachmentId)
 The ID of the attachment to which traffic is routed. | 
| ModifyTransitGatewayPrefixListReferenceRequest.Builder | transitGatewayRouteTableId(String transitGatewayRouteTableId)
 The ID of the transit gateway route table. | 
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyTransitGatewayPrefixListReferenceRequest.Builder transitGatewayRouteTableId(String transitGatewayRouteTableId)
The ID of the transit gateway route table.
transitGatewayRouteTableId - The ID of the transit gateway route table.ModifyTransitGatewayPrefixListReferenceRequest.Builder prefixListId(String prefixListId)
The ID of the prefix list.
prefixListId - The ID of the prefix list.ModifyTransitGatewayPrefixListReferenceRequest.Builder transitGatewayAttachmentId(String transitGatewayAttachmentId)
The ID of the attachment to which traffic is routed.
transitGatewayAttachmentId - The ID of the attachment to which traffic is routed.ModifyTransitGatewayPrefixListReferenceRequest.Builder blackhole(Boolean blackhole)
Indicates whether to drop traffic that matches this route.
blackhole - Indicates whether to drop traffic that matches this route.ModifyTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.