Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayPolicyRule.Builder
Packages that use TransitGatewayPolicyRule.Builder
-
Uses of TransitGatewayPolicyRule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayPolicyRule.BuilderModifier and TypeMethodDescriptionTransitGatewayPolicyRule.builder()TransitGatewayPolicyRule.Builder.destinationCidrBlock(String destinationCidrBlock) The destination CIDR block for the transit gateway policy rule.TransitGatewayPolicyRule.Builder.destinationPortRange(String destinationPortRange) The port range for the transit gateway policy rule.default TransitGatewayPolicyRule.BuilderTransitGatewayPolicyRule.Builder.metaData(Consumer<TransitGatewayPolicyRuleMetaData.Builder> metaData) The meta data tags used for the transit gateway policy rule.TransitGatewayPolicyRule.Builder.metaData(TransitGatewayPolicyRuleMetaData metaData) The meta data tags used for the transit gateway policy rule.The protocol used by the transit gateway policy rule.TransitGatewayPolicyRule.Builder.sourceCidrBlock(String sourceCidrBlock) The source CIDR block for the transit gateway policy rule.TransitGatewayPolicyRule.Builder.sourcePortRange(String sourcePortRange) The port range for the transit gateway policy rule.TransitGatewayPolicyRule.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayPolicyRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayPolicyRule.Builder>TransitGatewayPolicyRule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayPolicyRule.BuilderModifier and TypeMethodDescriptionTransitGatewayPolicyTableEntry.Builder.policyRule(Consumer<TransitGatewayPolicyRule.Builder> policyRule) The policy rule associated with the transit gateway policy table.