public static interface ModifyTrafficMirrorFilterNetworkServicesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyTrafficMirrorFilterNetworkServicesRequest.Builder,ModifyTrafficMirrorFilterNetworkServicesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyTrafficMirrorFilterNetworkServicesRequest.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
The ID of the Traffic Mirror filter.
trafficMirrorFilterId - The ID of the Traffic Mirror filter.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder addNetworkServicesWithStrings(Collection<String> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices - The network service, for example Amazon DNS, that you want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder addNetworkServicesWithStrings(String... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices - The network service, for example Amazon DNS, that you want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder addNetworkServices(Collection<TrafficMirrorNetworkService> addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices - The network service, for example Amazon DNS, that you want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder addNetworkServices(TrafficMirrorNetworkService... addNetworkServices)
The network service, for example Amazon DNS, that you want to mirror.
addNetworkServices - The network service, for example Amazon DNS, that you want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder removeNetworkServicesWithStrings(Collection<String> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices - The network service, for example Amazon DNS, that you no longer want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder removeNetworkServicesWithStrings(String... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices - The network service, for example Amazon DNS, that you no longer want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder removeNetworkServices(Collection<TrafficMirrorNetworkService> removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices - The network service, for example Amazon DNS, that you no longer want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder removeNetworkServices(TrafficMirrorNetworkService... removeNetworkServices)
The network service, for example Amazon DNS, that you no longer want to mirror.
removeNetworkServices - The network service, for example Amazon DNS, that you no longer want to mirror.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.ModifyTrafficMirrorFilterNetworkServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyTrafficMirrorFilterNetworkServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.