@Stability(value=Stable) public static final class CfnElasticLoadBalancerAttachment.Builder extends Object implements software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachment>
CfnElasticLoadBalancerAttachment.| Modifier and Type | Method and Description |
|---|---|
CfnElasticLoadBalancerAttachment |
build() |
static CfnElasticLoadBalancerAttachment.Builder |
create(software.constructs.Construct scope,
String id) |
CfnElasticLoadBalancerAttachment.Builder |
elasticLoadBalancerName(String elasticLoadBalancerName)
The Elastic Load Balancing instance name.
|
CfnElasticLoadBalancerAttachment.Builder |
layerId(String layerId)
The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
|
@Stability(value=Stable) public static CfnElasticLoadBalancerAttachment.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnElasticLoadBalancerAttachment.Builder.@Stability(value=Stable) public CfnElasticLoadBalancerAttachment.Builder elasticLoadBalancerName(String elasticLoadBalancerName)
elasticLoadBalancerName - The Elastic Load Balancing instance name. This parameter is required.this@Stability(value=Stable) public CfnElasticLoadBalancerAttachment.Builder layerId(String layerId)
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 CfnElasticLoadBalancerAttachment build()
build in interface software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachment>Copyright © 2022. All rights reserved.