@Stability(value=Deprecated) @Deprecated public static final class TargetGroupImportProps.Builder extends Object implements software.amazon.jsii.Builder<TargetGroupImportProps>
TargetGroupImportProps| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
TargetGroupImportProps |
build()
Deprecated.
|
TargetGroupImportProps.Builder |
defaultPort(String defaultPort)
Deprecated.
- This property is unused and the wrong type. No need to use it.
|
TargetGroupImportProps.Builder |
loadBalancerArns(String loadBalancerArns)
Deprecated.
Sets the value of
TargetGroupAttributes.getLoadBalancerArns() |
TargetGroupImportProps.Builder |
targetGroupArn(String targetGroupArn)
Deprecated.
Sets the value of
TargetGroupAttributes.getTargetGroupArn() |
@Stability(value=Experimental) public TargetGroupImportProps.Builder targetGroupArn(String targetGroupArn)
TargetGroupAttributes.getTargetGroupArn()targetGroupArn - ARN of the target group. This parameter is required.this@Stability(value=Deprecated) @Deprecated public TargetGroupImportProps.Builder defaultPort(String defaultPort)
TargetGroupAttributes.getDefaultPort()defaultPort - Port target group is listening on.this@Stability(value=Experimental) public TargetGroupImportProps.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=Deprecated) @Deprecated public TargetGroupImportProps build()
build in interface software.amazon.jsii.Builder<TargetGroupImportProps>TargetGroupImportPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.