public static final class CfnElasticLoadBalancerAttachment.Builder
extends java.lang.Object
CfnElasticLoadBalancerAttachment
.Modifier and Type | Method and Description |
---|---|
CfnElasticLoadBalancerAttachment |
build() |
static CfnElasticLoadBalancerAttachment.Builder |
create(Construct scope,
java.lang.String id) |
CfnElasticLoadBalancerAttachment.Builder |
elasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
The Elastic Load Balancing instance name.
|
CfnElasticLoadBalancerAttachment.Builder |
layerId(java.lang.String layerId)
The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
|
public static CfnElasticLoadBalancerAttachment.Builder create(Construct scope, java.lang.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
.public CfnElasticLoadBalancerAttachment.Builder elasticLoadBalancerName(java.lang.String elasticLoadBalancerName)
elasticLoadBalancerName
- The Elastic Load Balancing instance name. This parameter is required.this
public CfnElasticLoadBalancerAttachment.Builder layerId(java.lang.String layerId)
layerId
- The AWS OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached. This parameter is required.this
public CfnElasticLoadBalancerAttachment build()