Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayMeteringPolicyRule.Builder
Packages that use TransitGatewayMeteringPolicyRule.Builder
-
Uses of TransitGatewayMeteringPolicyRule.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayMeteringPolicyRule.BuilderModifier and TypeMethodDescriptionTransitGatewayMeteringPolicyRule.builder()TransitGatewayMeteringPolicyRule.Builder.destinationCidrBlock(String destinationCidrBlock) The destination CIDR block for the rule.TransitGatewayMeteringPolicyRule.Builder.destinationPortRange(String destinationPortRange) The destination port range for the rule.TransitGatewayMeteringPolicyRule.Builder.destinationTransitGatewayAttachmentId(String destinationTransitGatewayAttachmentId) The ID of the destination transit gateway attachment.TransitGatewayMeteringPolicyRule.Builder.destinationTransitGatewayAttachmentType(String destinationTransitGatewayAttachmentType) The type of the destination transit gateway attachment.TransitGatewayMeteringPolicyRule.Builder.destinationTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType destinationTransitGatewayAttachmentType) The type of the destination transit gateway attachment.The protocol for the rule (1, 6, 17, etc.).TransitGatewayMeteringPolicyRule.Builder.sourceCidrBlock(String sourceCidrBlock) The source CIDR block for the rule.TransitGatewayMeteringPolicyRule.Builder.sourcePortRange(String sourcePortRange) The source port range for the rule.TransitGatewayMeteringPolicyRule.Builder.sourceTransitGatewayAttachmentId(String sourceTransitGatewayAttachmentId) The ID of the source transit gateway attachment.TransitGatewayMeteringPolicyRule.Builder.sourceTransitGatewayAttachmentType(String sourceTransitGatewayAttachmentType) The type of the source transit gateway attachment.TransitGatewayMeteringPolicyRule.Builder.sourceTransitGatewayAttachmentType(TransitGatewayAttachmentResourceType sourceTransitGatewayAttachmentType) The type of the source transit gateway attachment.TransitGatewayMeteringPolicyRule.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayMeteringPolicyRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayMeteringPolicyRule.Builder>TransitGatewayMeteringPolicyRule.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayMeteringPolicyRule.BuilderModifier and TypeMethodDescriptionTransitGatewayMeteringPolicyEntry.Builder.meteringPolicyRule(Consumer<TransitGatewayMeteringPolicyRule.Builder> meteringPolicyRule) The metering policy rule that defines traffic matching criteria.