Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayRequestPolicyRule.Builder
Packages that use TransitGatewayRequestPolicyRule.Builder
-
Uses of TransitGatewayRequestPolicyRule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayRequestPolicyRule.BuilderModifier and TypeMethodDescriptionTransitGatewayRequestPolicyRule.builder()TransitGatewayRequestPolicyRule.Builder.destinationCidrBlock(String destinationCidrBlock) The destination CIDR block for the policy rule.TransitGatewayRequestPolicyRule.Builder.destinationPortRange(String destinationPortRange) The destination port or port range for the policy rule.TransitGatewayRequestPolicyRule.Builder.metaData(Consumer<TransitGatewayRequestPolicyRuleMetaData.Builder> metaData) The metadata key-value pair for the policy rule.TransitGatewayRequestPolicyRule.Builder.metaData(TransitGatewayRequestPolicyRuleMetaData metaData) The metadata key-value pair for the policy rule.The protocol for the policy rule.TransitGatewayRequestPolicyRule.Builder.sourceCidrBlock(String sourceCidrBlock) The source CIDR block for the policy rule.TransitGatewayRequestPolicyRule.Builder.sourcePortRange(String sourcePortRange) The source port or port range for the policy rule.TransitGatewayRequestPolicyRule.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayRequestPolicyRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayRequestPolicyRule.Builder>TransitGatewayRequestPolicyRule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayRequestPolicyRule.BuilderModifier and TypeMethodDescriptionCreateTransitGatewayPolicyTableEntryRequest.Builder.policyRule(Consumer<TransitGatewayRequestPolicyRule.Builder> policyRule) The matching criteria for the policy table entry.ModifyTransitGatewayPolicyTableEntryRequest.Builder.policyRule(Consumer<TransitGatewayRequestPolicyRule.Builder> policyRule) The updated matching criteria for the policy table entry.