public static interface ModifyTransitGatewayPrefixListReferenceRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyTransitGatewayPrefixListReferenceRequest.Builder,ModifyTransitGatewayPrefixListReferenceRequest>
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyTransitGatewayPrefixListReferenceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.