Class CfnStudioMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioMixinProps>
- Enclosing interface:
CfnStudioMixinProps
@Stability(Stable)
public static final class CfnStudioMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioMixinProps>
A builder for
CfnStudioMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadminRoleArn(String adminRoleArn) Sets the value ofCfnStudioMixinProps.getAdminRoleArn()adminRoleArn(IRoleRef adminRoleArn) Sets the value ofCfnStudioMixinProps.getAdminRoleArn()build()Builds the configured instance.displayName(String displayName) Sets the value ofCfnStudioMixinProps.getDisplayName()studioEncryptionConfiguration(CfnStudioPropsMixin.StudioEncryptionConfigurationProperty studioEncryptionConfiguration) Sets the value ofCfnStudioMixinProps.getStudioEncryptionConfiguration()studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration) Sets the value ofCfnStudioMixinProps.getStudioEncryptionConfiguration()studioName(String studioName) Sets the value ofCfnStudioMixinProps.getStudioName()Sets the value ofCfnStudioMixinProps.getTags()userRoleArn(String userRoleArn) Sets the value ofCfnStudioMixinProps.getUserRoleArn()userRoleArn(IRoleRef userRoleArn) Sets the value ofCfnStudioMixinProps.getUserRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
adminRoleArn
Sets the value ofCfnStudioMixinProps.getAdminRoleArn()- Parameters:
adminRoleArn-The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
.- Returns:
this
-
adminRoleArn
Sets the value ofCfnStudioMixinProps.getAdminRoleArn()- Parameters:
adminRoleArn-The IAM role that Studio Admins will assume when logging in to the Nimble Studio portal.
.- Returns:
this
-
displayName
Sets the value ofCfnStudioMixinProps.getDisplayName()- Parameters:
displayName-A friendly name for the studio.
.- Returns:
this
-
studioEncryptionConfiguration
@Stability(Stable) public CfnStudioMixinProps.Builder studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration) Sets the value ofCfnStudioMixinProps.getStudioEncryptionConfiguration()- Parameters:
studioEncryptionConfiguration-Configuration of the encryption method that is used for the studio.
.- Returns:
this
-
studioEncryptionConfiguration
@Stability(Stable) public CfnStudioMixinProps.Builder studioEncryptionConfiguration(CfnStudioPropsMixin.StudioEncryptionConfigurationProperty studioEncryptionConfiguration) Sets the value ofCfnStudioMixinProps.getStudioEncryptionConfiguration()- Parameters:
studioEncryptionConfiguration-Configuration of the encryption method that is used for the studio.
.- Returns:
this
-
studioName
Sets the value ofCfnStudioMixinProps.getStudioName()- Parameters:
studioName-The studio name that is used in the URL of the Nimble Studio portal when accessed by Nimble Studio users.
.- Returns:
this
-
tags
Sets the value ofCfnStudioMixinProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
userRoleArn
Sets the value ofCfnStudioMixinProps.getUserRoleArn()- Parameters:
userRoleArn-The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
.- Returns:
this
-
userRoleArn
Sets the value ofCfnStudioMixinProps.getUserRoleArn()- Parameters:
userRoleArn-The IAM role that Studio Users will assume when logging in to the Nimble Studio portal.
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioMixinProps>- Returns:
- a new instance of
CfnStudioMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-