Class CfnElasticLoadBalancerAttachmentPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnElasticLoadBalancerAttachmentPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachmentPropsMixin>
- Enclosing class:
CfnElasticLoadBalancerAttachmentPropsMixin
@Stability(Stable)
public static final class CfnElasticLoadBalancerAttachmentPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnElasticLoadBalancerAttachmentPropsMixin>
A fluent builder for
CfnElasticLoadBalancerAttachmentPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) elasticLoadBalancerName(String elasticLoadBalancerName) The Elastic Load Balancing instance name.The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.
-
Method Details
-
create
@Stability(Stable) public static CfnElasticLoadBalancerAttachmentPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnElasticLoadBalancerAttachmentPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnElasticLoadBalancerAttachmentPropsMixin.Builder.
-
elasticLoadBalancerName
@Stability(Stable) public CfnElasticLoadBalancerAttachmentPropsMixin.Builder elasticLoadBalancerName(String elasticLoadBalancerName) The Elastic Load Balancing instance name.- Parameters:
elasticLoadBalancerName- The Elastic Load Balancing instance name. This parameter is required.- Returns:
this- See Also:
-
layerId
@Stability(Stable) public CfnElasticLoadBalancerAttachmentPropsMixin.Builder layerId(String layerId) The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached.- Parameters:
layerId- The OpsWorks layer ID to which the Elastic Load Balancing load balancer is attached. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnElasticLoadBalancerAttachmentPropsMixin>- Returns:
- a newly built instance of
CfnElasticLoadBalancerAttachmentPropsMixin.
-