Class CfnBranchPropsMixin.BackendProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.amplify.CfnBranchPropsMixin.BackendProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBranchPropsMixin.BackendProperty>
- Enclosing interface:
CfnBranchPropsMixin.BackendProperty
@Stability(Stable)
public static final class CfnBranchPropsMixin.BackendProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBranchPropsMixin.BackendProperty>
A builder for
CfnBranchPropsMixin.BackendProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBranchPropsMixin.BackendProperty.getStackArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
stackArn
Sets the value ofCfnBranchPropsMixin.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<CfnBranchPropsMixin.BackendProperty>- Returns:
- a new instance of
CfnBranchPropsMixin.BackendProperty - Throws:
NullPointerException- if any required attribute was not provided
-