public static interface TrafficMirrorFilterRule.Builder extends SdkPojo, CopyableBuilder<TrafficMirrorFilterRule.Builder,TrafficMirrorFilterRule>
| Modifier and Type | Method and Description |
|---|---|
TrafficMirrorFilterRule.Builder |
description(String description)
The description of the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block assigned to the Traffic Mirror rule.
|
default TrafficMirrorFilterRule.Builder |
destinationPortRange(Consumer<TrafficMirrorPortRange.Builder> destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
destinationPortRange(TrafficMirrorPortRange destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
protocol(Integer protocol)
The protocol assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
ruleAction(String ruleAction)
The action assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
ruleAction(TrafficMirrorRuleAction ruleAction)
The action assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
ruleNumber(Integer ruleNumber)
The rule number of the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
sourceCidrBlock(String sourceCidrBlock)
The source CIDR block assigned to the Traffic Mirror rule.
|
default TrafficMirrorFilterRule.Builder |
sourcePortRange(Consumer<TrafficMirrorPortRange.Builder> sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
sourcePortRange(TrafficMirrorPortRange sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
trafficDirection(String trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
trafficDirection(TrafficDirection trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
|
TrafficMirrorFilterRule.Builder |
trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter that the rule is associated with.
|
TrafficMirrorFilterRule.Builder |
trafficMirrorFilterRuleId(String trafficMirrorFilterRuleId)
The ID of the Traffic Mirror rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficMirrorFilterRule.Builder trafficMirrorFilterRuleId(String trafficMirrorFilterRuleId)
The ID of the Traffic Mirror rule.
trafficMirrorFilterRuleId - The ID of the Traffic Mirror rule.TrafficMirrorFilterRule.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter that the rule is associated with.
trafficMirrorFilterId - The ID of the Traffic Mirror filter that the rule is associated with.TrafficMirrorFilterRule.Builder trafficDirection(String trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
trafficDirection - The traffic direction assigned to the Traffic Mirror rule.TrafficDirection,
TrafficDirectionTrafficMirrorFilterRule.Builder trafficDirection(TrafficDirection trafficDirection)
The traffic direction assigned to the Traffic Mirror rule.
trafficDirection - The traffic direction assigned to the Traffic Mirror rule.TrafficDirection,
TrafficDirectionTrafficMirrorFilterRule.Builder ruleNumber(Integer ruleNumber)
The rule number of the Traffic Mirror rule.
ruleNumber - The rule number of the Traffic Mirror rule.TrafficMirrorFilterRule.Builder ruleAction(String ruleAction)
The action assigned to the Traffic Mirror rule.
ruleAction - The action assigned to the Traffic Mirror rule.TrafficMirrorRuleAction,
TrafficMirrorRuleActionTrafficMirrorFilterRule.Builder ruleAction(TrafficMirrorRuleAction ruleAction)
The action assigned to the Traffic Mirror rule.
ruleAction - The action assigned to the Traffic Mirror rule.TrafficMirrorRuleAction,
TrafficMirrorRuleActionTrafficMirrorFilterRule.Builder protocol(Integer protocol)
The protocol assigned to the Traffic Mirror rule.
protocol - The protocol assigned to the Traffic Mirror rule.TrafficMirrorFilterRule.Builder destinationPortRange(TrafficMirrorPortRange destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
destinationPortRange - The destination port range assigned to the Traffic Mirror rule.default TrafficMirrorFilterRule.Builder destinationPortRange(Consumer<TrafficMirrorPortRange.Builder> destinationPortRange)
The destination port range assigned to the Traffic Mirror rule.
This is a convenience that creates an instance of theTrafficMirrorPortRange.Builder avoiding the
need to create one manually via TrafficMirrorPortRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to destinationPortRange(TrafficMirrorPortRange).destinationPortRange - a consumer that will call methods on TrafficMirrorPortRange.BuilderdestinationPortRange(TrafficMirrorPortRange)TrafficMirrorFilterRule.Builder sourcePortRange(TrafficMirrorPortRange sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
sourcePortRange - The source port range assigned to the Traffic Mirror rule.default TrafficMirrorFilterRule.Builder sourcePortRange(Consumer<TrafficMirrorPortRange.Builder> sourcePortRange)
The source port range assigned to the Traffic Mirror rule.
This is a convenience that creates an instance of theTrafficMirrorPortRange.Builder avoiding the
need to create one manually via TrafficMirrorPortRange.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourcePortRange(TrafficMirrorPortRange).sourcePortRange - a consumer that will call methods on TrafficMirrorPortRange.BuildersourcePortRange(TrafficMirrorPortRange)TrafficMirrorFilterRule.Builder destinationCidrBlock(String destinationCidrBlock)
The destination CIDR block assigned to the Traffic Mirror rule.
destinationCidrBlock - The destination CIDR block assigned to the Traffic Mirror rule.TrafficMirrorFilterRule.Builder sourceCidrBlock(String sourceCidrBlock)
The source CIDR block assigned to the Traffic Mirror rule.
sourceCidrBlock - The source CIDR block assigned to the Traffic Mirror rule.TrafficMirrorFilterRule.Builder description(String description)
The description of the Traffic Mirror rule.
description - The description of the Traffic Mirror rule.Copyright © 2022. All rights reserved.