@Stability(value=Experimental) public static final class LoadBalancerTargetProps.Builder extends Object implements software.amazon.jsii.Builder<LoadBalancerTargetProps>
LoadBalancerTargetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTargetProps |
build()
Builds the configured instance.
|
LoadBalancerTargetProps.Builder |
targetJson(Object targetJson)
Sets the value of
LoadBalancerTargetProps.getTargetJson() |
LoadBalancerTargetProps.Builder |
targetType(TargetType targetType)
Sets the value of
LoadBalancerTargetProps.getTargetType() |
@Stability(value=Experimental) public LoadBalancerTargetProps.Builder targetType(TargetType targetType)
LoadBalancerTargetProps.getTargetType()targetType - What kind of target this is. This parameter is required.this@Stability(value=Experimental) public LoadBalancerTargetProps.Builder targetJson(Object targetJson)
LoadBalancerTargetProps.getTargetJson()targetJson - JSON representing the target's direct addition to the TargetGroup list.
May be omitted if the target is going to register itself later.this@Stability(value=Experimental) public LoadBalancerTargetProps build()
build in interface software.amazon.jsii.Builder<LoadBalancerTargetProps>LoadBalancerTargetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.