public static interface TrafficMirrorTarget.Builder extends SdkPojo, CopyableBuilder<TrafficMirrorTarget.Builder,TrafficMirrorTarget>
| Modifier and Type | Method and Description |
|---|---|
TrafficMirrorTarget.Builder |
description(String description)
Information about the Traffic Mirror target.
|
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.
|
TrafficMirrorTarget.Builder |
ownerId(String ownerId)
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.
|
TrafficMirrorTarget.Builder |
tags(Tag... tags)
The tags assigned to the Traffic Mirror target.
|
TrafficMirrorTarget.Builder |
trafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
|
TrafficMirrorTarget.Builder |
type(String type)
The type of Traffic Mirror target.
|
TrafficMirrorTarget.Builder |
type(TrafficMirrorTargetType type)
The type of Traffic Mirror target.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrafficMirrorTarget.Builder trafficMirrorTargetId(String trafficMirrorTargetId)
The ID of the Traffic Mirror target.
trafficMirrorTargetId - The ID of the Traffic Mirror target.TrafficMirrorTarget.Builder networkInterfaceId(String networkInterfaceId)
The network interface ID that is attached to the target.
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.
networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer.TrafficMirrorTarget.Builder type(String type)
The type of Traffic Mirror target.
type - The type of Traffic Mirror target.TrafficMirrorTargetType,
TrafficMirrorTargetTypeTrafficMirrorTarget.Builder type(TrafficMirrorTargetType type)
The type of Traffic Mirror target.
type - The type of Traffic Mirror target.TrafficMirrorTargetType,
TrafficMirrorTargetTypeTrafficMirrorTarget.Builder description(String description)
Information about the Traffic Mirror target.
description - Information about the Traffic Mirror target.TrafficMirrorTarget.Builder ownerId(String ownerId)
The ID of the account that owns the Traffic Mirror target.
ownerId - 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.
tags - The tags assigned to the Traffic Mirror target.TrafficMirrorTarget.Builder tags(Tag... tags)
The tags assigned to the Traffic Mirror target.
tags - The tags assigned to the Traffic Mirror target.TrafficMirrorTarget.Builder tags(Consumer<Tag.Builder>... tags)
The tags assigned to the Traffic Mirror target.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2020. All rights reserved.