Class CfnResourceSetPropsMixin.NLBResourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53recoveryreadiness.CfnResourceSetPropsMixin.NLBResourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResourceSetPropsMixin.NLBResourceProperty>
- Enclosing interface:
CfnResourceSetPropsMixin.NLBResourceProperty
@Stability(Stable)
public static final class CfnResourceSetPropsMixin.NLBResourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResourceSetPropsMixin.NLBResourceProperty>
A builder for
CfnResourceSetPropsMixin.NLBResourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnResourceSetPropsMixin.NLBResourceProperty.getArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnResourceSetPropsMixin.NLBResourceProperty.getArn()- Parameters:
arn- The Network Load Balancer resource Amazon Resource Name (ARN).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResourceSetPropsMixin.NLBResourceProperty>- Returns:
- a new instance of
CfnResourceSetPropsMixin.NLBResourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-