@Stability(value=Stable) public static final class CfnTrafficMirrorTargetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrafficMirrorTargetProps>
CfnTrafficMirrorTargetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTrafficMirrorTargetProps |
build()
Builds the configured instance.
|
CfnTrafficMirrorTargetProps.Builder |
description(String description)
Sets the value of
CfnTrafficMirrorTargetProps.getDescription() |
CfnTrafficMirrorTargetProps.Builder |
gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
Sets the value of
CfnTrafficMirrorTargetProps.getGatewayLoadBalancerEndpointId() |
CfnTrafficMirrorTargetProps.Builder |
networkInterfaceId(String networkInterfaceId)
Sets the value of
CfnTrafficMirrorTargetProps.getNetworkInterfaceId() |
CfnTrafficMirrorTargetProps.Builder |
networkLoadBalancerArn(String networkLoadBalancerArn)
Sets the value of
CfnTrafficMirrorTargetProps.getNetworkLoadBalancerArn() |
CfnTrafficMirrorTargetProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnTrafficMirrorTargetProps.getTags() |
@Stability(value=Stable) public CfnTrafficMirrorTargetProps.Builder description(String description)
CfnTrafficMirrorTargetProps.getDescription()description - The description of the Traffic Mirror target.this@Stability(value=Stable) public CfnTrafficMirrorTargetProps.Builder gatewayLoadBalancerEndpointId(String gatewayLoadBalancerEndpointId)
CfnTrafficMirrorTargetProps.getGatewayLoadBalancerEndpointId()gatewayLoadBalancerEndpointId - The ID of the Gateway Load Balancer endpoint.this@Stability(value=Stable) public CfnTrafficMirrorTargetProps.Builder networkInterfaceId(String networkInterfaceId)
CfnTrafficMirrorTargetProps.getNetworkInterfaceId()networkInterfaceId - The network interface ID that is associated with the target.this@Stability(value=Stable) public CfnTrafficMirrorTargetProps.Builder networkLoadBalancerArn(String networkLoadBalancerArn)
CfnTrafficMirrorTargetProps.getNetworkLoadBalancerArn()networkLoadBalancerArn - The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.this@Stability(value=Stable) public CfnTrafficMirrorTargetProps.Builder tags(List<? extends CfnTag> tags)
CfnTrafficMirrorTargetProps.getTags()tags - The tags to assign to the Traffic Mirror target.this@Stability(value=Stable) public CfnTrafficMirrorTargetProps build()
build in interface software.amazon.jsii.Builder<CfnTrafficMirrorTargetProps>CfnTrafficMirrorTargetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.