@Stability(value=Stable) public static final class CfnTrafficMirrorTarget.Builder extends Object implements software.amazon.jsii.Builder<CfnTrafficMirrorTarget>
CfnTrafficMirrorTarget.| Modifier and Type | Method and Description |
|---|---|
CfnTrafficMirrorTarget |
build() |
static CfnTrafficMirrorTarget.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTrafficMirrorTarget.Builder |
description(String description)
The description of the Traffic Mirror target.
|
CfnTrafficMirrorTarget.Builder |
gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
The ID of the Gateway Load Balancer endpoint.
|
CfnTrafficMirrorTarget.Builder |
networkInterfaceId(String networkInterfaceId)
The network interface ID that is associated with the target.
|
CfnTrafficMirrorTarget.Builder |
networkLoadBalancerArn(String networkLoadBalancerArn)
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
|
CfnTrafficMirrorTarget.Builder |
tags(List<? extends CfnTag> tags)
The tags to assign to the Traffic Mirror target.
|
@Stability(value=Stable) public static CfnTrafficMirrorTarget.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTrafficMirrorTarget.Builder.@Stability(value=Stable) public CfnTrafficMirrorTarget.Builder description(String description)
description - The description of the Traffic Mirror target. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorTarget.Builder gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
gatewayLoadBalancerEndpointId - The ID of the Gateway Load Balancer endpoint. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorTarget.Builder networkInterfaceId(String networkInterfaceId)
networkInterfaceId - The network interface ID that is associated with the target. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorTarget.Builder networkLoadBalancerArn(String networkLoadBalancerArn)
networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorTarget.Builder tags(List<? extends CfnTag> tags)
tags - The tags to assign to the Traffic Mirror target. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorTarget build()
build in interface software.amazon.jsii.Builder<CfnTrafficMirrorTarget>Copyright © 2022. All rights reserved.