Class CfnBranch.BackendProperty.Builder
java.lang.Object
software.amazon.awscdk.services.amplify.CfnBranch.BackendProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBranch.BackendProperty>
- Enclosing interface:
CfnBranch.BackendProperty
@Stability(Stable)
public static final class CfnBranch.BackendProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBranch.BackendProperty>
A builder for
CfnBranch.BackendProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBranch.BackendProperty.getStackArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stackArn
Sets the value ofCfnBranch.BackendProperty.getStackArn()- Parameters:
stackArn- The Amazon Resource Name (ARN) for the CloudFormation stack.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBranch.BackendProperty>- Returns:
- a new instance of
CfnBranch.BackendProperty - Throws:
NullPointerException- if any required attribute was not provided
-