Uses of Interface
software.amazon.awssdk.services.ec2.model.TrafficMirrorTarget.Builder
Packages that use TrafficMirrorTarget.Builder
-
Uses of TrafficMirrorTarget.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorTarget.BuilderModifier and TypeMethodDescriptionstatic TrafficMirrorTarget.BuilderTrafficMirrorTarget.builder()TrafficMirrorTarget.Builder.description(String description) Information about the Traffic Mirror target.TrafficMirrorTarget.Builder.gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId) The ID of the Gateway Load Balancer endpoint.TrafficMirrorTarget.Builder.networkInterfaceId(String networkInterfaceId) The network interface ID that is attached to the target.TrafficMirrorTarget.Builder.networkLoadBalancerArn(String networkLoadBalancerArn) The Amazon Resource Name (ARN) of the Network Load Balancer.The ID of the account that owns the Traffic Mirror target.TrafficMirrorTarget.Builder.tags(Collection<Tag> tags) The tags assigned to the Traffic Mirror target.TrafficMirrorTarget.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the Traffic Mirror target.The tags assigned to the Traffic Mirror target.TrafficMirrorTarget.toBuilder()TrafficMirrorTarget.Builder.trafficMirrorTargetId(String trafficMirrorTargetId) The ID of the Traffic Mirror target.The type of Traffic Mirror target.TrafficMirrorTarget.Builder.type(TrafficMirrorTargetType type) The type of Traffic Mirror target.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorTarget.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrafficMirrorTarget.Builder>TrafficMirrorTarget.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorTarget.BuilderModifier and TypeMethodDescriptionCreateTrafficMirrorTargetResponse.Builder.trafficMirrorTarget(Consumer<TrafficMirrorTarget.Builder> trafficMirrorTarget) Information about the Traffic Mirror target.