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