@Stability(value=Stable) public static final class CfnStudioProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStudioProps>
CfnStudioProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStudioProps.Builder adminRoleArn(String adminRoleArn)
CfnStudioProps.getAdminRoleArn()adminRoleArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudioProps.Builder displayName(String displayName)
CfnStudioProps.getDisplayName()displayName - A friendly name for the studio. This parameter is required.this@Stability(value=Stable) public CfnStudioProps.Builder studioName(String studioName)
CfnStudioProps.getStudioName()studioName - The name of the studio, as included in the URL when accessing it in the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudioProps.Builder userRoleArn(String userRoleArn)
CfnStudioProps.getUserRoleArn()userRoleArn - The IAM role that studio users assume when logging in to the Nimble Studio portal. This parameter is required.this@Stability(value=Stable) public CfnStudioProps.Builder studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
CfnStudioProps.getStudioEncryptionConfiguration()studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio.this@Stability(value=Stable) public CfnStudioProps.Builder studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
CfnStudioProps.getStudioEncryptionConfiguration()studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio.this@Stability(value=Stable) public CfnStudioProps.Builder tags(Map<String,String> tags)
CfnStudioProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnStudioProps build()
build in interface software.amazon.jsii.Builder<CfnStudioProps>CfnStudioPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.