Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayPolicyTableEntryRequest.Builder
Packages that use CreateTransitGatewayPolicyTableEntryRequest.Builder
Package
Description
-
Uses of CreateTransitGatewayPolicyTableEntryRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateTransitGatewayPolicyTableEntryRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.createTransitGatewayPolicyTableEntry(Consumer<CreateTransitGatewayPolicyTableEntryRequest.Builder> createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table.Ec2Client.createTransitGatewayPolicyTableEntry(Consumer<CreateTransitGatewayPolicyTableEntryRequest.Builder> createTransitGatewayPolicyTableEntryRequest) Creates an entry in a transit gateway policy table to route matching traffic to a specified route table. -
Uses of CreateTransitGatewayPolicyTableEntryRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateTransitGatewayPolicyTableEntryRequest.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayPolicyTableEntryRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateTransitGatewayPolicyTableEntryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTransitGatewayPolicyTableEntryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateTransitGatewayPolicyTableEntryRequest.Builder.policyRule(Consumer<TransitGatewayRequestPolicyRule.Builder> policyRule) The matching criteria for the policy table entry.CreateTransitGatewayPolicyTableEntryRequest.Builder.policyRule(TransitGatewayRequestPolicyRule policyRule) The matching criteria for the policy table entry.CreateTransitGatewayPolicyTableEntryRequest.Builder.policyRuleNumber(String policyRuleNumber) The rule number for the policy table entry.CreateTransitGatewayPolicyTableEntryRequest.Builder.targetRouteTableId(String targetRouteTableId) The ID of the transit gateway route table to use for traffic matching this rule.CreateTransitGatewayPolicyTableEntryRequest.toBuilder()CreateTransitGatewayPolicyTableEntryRequest.Builder.transitGatewayPolicyTableId(String transitGatewayPolicyTableId) The ID of the transit gateway policy table.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateTransitGatewayPolicyTableEntryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTransitGatewayPolicyTableEntryRequest.Builder>CreateTransitGatewayPolicyTableEntryRequest.serializableBuilderClass()