Class CfnAppInstanceUserMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.chime.CfnAppInstanceUserMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAppInstanceUserMixinProps>
- Enclosing interface:
CfnAppInstanceUserMixinProps
@Stability(Stable)
public static final class CfnAppInstanceUserMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAppInstanceUserMixinProps>
A builder for
CfnAppInstanceUserMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappInstanceArn(String appInstanceArn) Sets the value ofCfnAppInstanceUserMixinProps.getAppInstanceArn()appInstanceUserId(String appInstanceUserId) Sets the value ofCfnAppInstanceUserMixinProps.getAppInstanceUserId()build()Builds the configured instance.expirationSettings(CfnAppInstanceUserPropsMixin.ExpirationSettingsProperty expirationSettings) Sets the value ofCfnAppInstanceUserMixinProps.getExpirationSettings()expirationSettings(IResolvable expirationSettings) Sets the value ofCfnAppInstanceUserMixinProps.getExpirationSettings()Sets the value ofCfnAppInstanceUserMixinProps.getMetadata()Sets the value ofCfnAppInstanceUserMixinProps.getName()Sets the value ofCfnAppInstanceUserMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appInstanceArn
@Stability(Stable) public CfnAppInstanceUserMixinProps.Builder appInstanceArn(String appInstanceArn) Sets the value ofCfnAppInstanceUserMixinProps.getAppInstanceArn()- Parameters:
appInstanceArn- the value to be set.- Returns:
this
-
appInstanceUserId
@Stability(Stable) public CfnAppInstanceUserMixinProps.Builder appInstanceUserId(String appInstanceUserId) Sets the value ofCfnAppInstanceUserMixinProps.getAppInstanceUserId()- Parameters:
appInstanceUserId- the value to be set.- Returns:
this
-
expirationSettings
@Stability(Stable) public CfnAppInstanceUserMixinProps.Builder expirationSettings(IResolvable expirationSettings) Sets the value ofCfnAppInstanceUserMixinProps.getExpirationSettings()- Parameters:
expirationSettings- the value to be set.- Returns:
this
-
expirationSettings
@Stability(Stable) public CfnAppInstanceUserMixinProps.Builder expirationSettings(CfnAppInstanceUserPropsMixin.ExpirationSettingsProperty expirationSettings) Sets the value ofCfnAppInstanceUserMixinProps.getExpirationSettings()- Parameters:
expirationSettings- the value to be set.- Returns:
this
-
metadata
Sets the value ofCfnAppInstanceUserMixinProps.getMetadata()- Parameters:
metadata- the value to be set.- Returns:
this
-
name
Sets the value ofCfnAppInstanceUserMixinProps.getName()- Parameters:
name- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnAppInstanceUserMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAppInstanceUserMixinProps>- Returns:
- a new instance of
CfnAppInstanceUserMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-