@Stability(value=Stable) public static final class CfnElasticLoadBalancerAttachmentProps.Builder extends Object implements software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachmentProps>
CfnElasticLoadBalancerAttachmentProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnElasticLoadBalancerAttachmentProps |
build()
Builds the configured instance.
|
CfnElasticLoadBalancerAttachmentProps.Builder |
elasticLoadBalancerName(String elasticLoadBalancerName)
Sets the value of
CfnElasticLoadBalancerAttachmentProps.getElasticLoadBalancerName() |
CfnElasticLoadBalancerAttachmentProps.Builder |
layerId(String layerId)
Sets the value of
CfnElasticLoadBalancerAttachmentProps.getLayerId() |
@Stability(value=Stable) public CfnElasticLoadBalancerAttachmentProps.Builder elasticLoadBalancerName(String elasticLoadBalancerName)
CfnElasticLoadBalancerAttachmentProps.getElasticLoadBalancerName()elasticLoadBalancerName - The Elastic Load Balancing instance name. This parameter is required.this@Stability(value=Stable) public CfnElasticLoadBalancerAttachmentProps.Builder layerId(String layerId)
CfnElasticLoadBalancerAttachmentProps.getLayerId()layerId - The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached. This parameter is required.this@Stability(value=Stable) public CfnElasticLoadBalancerAttachmentProps build()
build in interface software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachmentProps>CfnElasticLoadBalancerAttachmentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.