Class AppInstanceReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.chime.AppInstanceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppInstanceReference>
- Enclosing interface:
AppInstanceReference
@Stability(Stable)
public static final class AppInstanceReference.Builder
extends Object
implements software.amazon.jsii.Builder<AppInstanceReference>
A builder for
AppInstanceReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) Sets the value ofAppInstanceReference.getAppInstanceArn()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appInstanceArn
Sets the value ofAppInstanceReference.getAppInstanceArn()- Parameters:
appInstanceArn- The AppInstanceArn of the AppInstance resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppInstanceReference>- Returns:
- a new instance of
AppInstanceReference - Throws:
NullPointerException- if any required attribute was not provided
-