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