@Stability(value=Experimental) public static final class TargetGroupAttributes.Builder extends Object implements software.amazon.jsii.Builder<TargetGroupAttributes>
TargetGroupAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TargetGroupAttributes |
build()
Builds the configured instance.
|
TargetGroupAttributes.Builder |
loadBalancerArns(String loadBalancerArns)
Sets the value of
TargetGroupAttributes.getLoadBalancerArns() |
TargetGroupAttributes.Builder |
targetGroupArn(String targetGroupArn)
Sets the value of
TargetGroupAttributes.getTargetGroupArn() |
@Stability(value=Experimental) public TargetGroupAttributes.Builder targetGroupArn(String targetGroupArn)
TargetGroupAttributes.getTargetGroupArn()targetGroupArn - ARN of the target group. This parameter is required.this@Stability(value=Experimental) public TargetGroupAttributes.Builder loadBalancerArns(String loadBalancerArns)
TargetGroupAttributes.getLoadBalancerArns()loadBalancerArns - A Token representing the list of ARNs for the load balancer routing to this target group.this@Stability(value=Experimental) public TargetGroupAttributes build()
build in interface software.amazon.jsii.Builder<TargetGroupAttributes>TargetGroupAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.