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