Class AppReference.Builder
java.lang.Object
software.amazon.awscdk.services.amplify.AppReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppReference>
- Enclosing interface:
AppReference
@Stability(Stable)
public static final class AppReference.Builder
extends Object
implements software.amazon.jsii.Builder<AppReference>
A builder for
AppReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofAppReference.getAppArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appArn
Sets the value ofAppReference.getAppArn()
- Parameters:
appArn
- The Arn of the App resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AppReference>
- Returns:
- a new instance of
AppReference
- Throws:
NullPointerException
- if any required attribute was not provided
-