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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyTransitGatewayPrefixListReferenceRequest.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.Builder
ModifyTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.