@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)
`AWS::OpsWorks::ElasticLoadBalancerAttachment.ElasticLoadBalancerName`.
|
CfnElasticLoadBalancerAttachment.Builder |
layerId(String layerId)
`AWS::OpsWorks::ElasticLoadBalancerAttachment.LayerId`.
|
@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 - `AWS::OpsWorks::ElasticLoadBalancerAttachment.ElasticLoadBalancerName`. This parameter is required.this@Stability(value=Stable) public CfnElasticLoadBalancerAttachment.Builder layerId(String layerId)
layerId - `AWS::OpsWorks::ElasticLoadBalancerAttachment.LayerId`. This parameter is required.this@Stability(value=Stable) public CfnElasticLoadBalancerAttachment build()
build in interface software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachment>Copyright © 2021. All rights reserved.