public static interface TrafficMirrorFilter.Builder extends SdkPojo, CopyableBuilder<TrafficMirrorFilter.Builder,TrafficMirrorFilter>
| Modifier and Type | Method and Description |
|---|---|
TrafficMirrorFilter.Builder |
description(String description)
The description of the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
egressFilterRules(Collection<TrafficMirrorFilterRule> egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
egressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
egressFilterRules(TrafficMirrorFilterRule... egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
ingressFilterRules(Collection<TrafficMirrorFilterRule> ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
ingressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
ingressFilterRules(TrafficMirrorFilterRule... ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
networkServices(Collection<TrafficMirrorNetworkService> networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
networkServices(TrafficMirrorNetworkService... networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
networkServicesWithStrings(Collection<String> networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
networkServicesWithStrings(String... networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
tags(Collection<Tag> tags)
The tags assigned to the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags assigned to the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
tags(Tag... tags)
The tags assigned to the Traffic Mirror filter.
|
TrafficMirrorFilter.Builder |
trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficMirrorFilter.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId - The ID of the Traffic Mirror filter.TrafficMirrorFilter.Builder ingressFilterRules(Collection<TrafficMirrorFilterRule> ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
ingressFilterRules - Information about the ingress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder ingressFilterRules(TrafficMirrorFilterRule... ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
ingressFilterRules - Information about the ingress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder ingressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... ingressFilterRules)
Information about the ingress rules that are associated with the Traffic Mirror filter.
This is a convenience method that creates an instance of theTrafficMirrorFilterRule.Builder avoiding the need to create
one manually via TrafficMirrorFilterRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ingressFilterRules(List.
ingressFilterRules - a consumer that will call methods on
TrafficMirrorFilterRule.Builder#ingressFilterRules(java.util.Collection) TrafficMirrorFilter.Builder egressFilterRules(Collection<TrafficMirrorFilterRule> egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
egressFilterRules - Information about the egress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder egressFilterRules(TrafficMirrorFilterRule... egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
egressFilterRules - Information about the egress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder egressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... egressFilterRules)
Information about the egress rules that are associated with the Traffic Mirror filter.
This is a convenience method that creates an instance of theTrafficMirrorFilterRule.Builder avoiding the need to create
one manually via TrafficMirrorFilterRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #egressFilterRules(List.
egressFilterRules - a consumer that will call methods on
TrafficMirrorFilterRule.Builder#egressFilterRules(java.util.Collection) TrafficMirrorFilter.Builder networkServicesWithStrings(Collection<String> networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
networkServices - The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder networkServicesWithStrings(String... networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
networkServices - The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder networkServices(Collection<TrafficMirrorNetworkService> networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
networkServices - The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder networkServices(TrafficMirrorNetworkService... networkServices)
The network service traffic that is associated with the Traffic Mirror filter.
networkServices - The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder description(String description)
The description of the Traffic Mirror filter.
description - The description of the Traffic Mirror filter.TrafficMirrorFilter.Builder tags(Collection<Tag> tags)
The tags assigned to the Traffic Mirror filter.
tags - The tags assigned to the Traffic Mirror filter.TrafficMirrorFilter.Builder tags(Tag... tags)
The tags assigned to the Traffic Mirror filter.
tags - The tags assigned to the Traffic Mirror filter.TrafficMirrorFilter.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the Traffic Mirror filter.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.