Modifier and Type | Method and Description |
---|---|
CfnStudio.Builder |
adminRoleArn(java.lang.String adminRoleArn)
The IAM role that studio admins assume when logging in to the Nimble Studio portal.
|
CfnStudio |
build() |
static CfnStudio.Builder |
create(Construct scope,
java.lang.String id) |
CfnStudio.Builder |
displayName(java.lang.String displayName)
A friendly name for the studio.
|
CfnStudio.Builder |
studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CfnStudio.Builder |
studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
Configuration of the encryption method that is used for the studio.
|
CfnStudio.Builder |
studioName(java.lang.String studioName)
The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.
|
CfnStudio.Builder |
tags(java.util.Map<java.lang.String,java.lang.String> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudio.Builder |
userRoleArn(java.lang.String userRoleArn)
The IAM role that studio users assume when logging in to the Nimble Studio portal.
|
public static CfnStudio.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnStudio.StudioEncryptionConfigurationProperty.Builder
.public CfnStudio.Builder adminRoleArn(java.lang.String adminRoleArn)
adminRoleArn
- The IAM role that studio admins assume when logging in to the Nimble Studio portal. This parameter is required.this
public CfnStudio.Builder displayName(java.lang.String displayName)
displayName
- A friendly name for the studio. This parameter is required.this
public CfnStudio.Builder studioName(java.lang.String studioName)
studioName
- The name of the studio, as included in the URL when accessing it in the Nimble Studio portal. This parameter is required.this
public CfnStudio.Builder userRoleArn(java.lang.String userRoleArn)
userRoleArn
- The IAM role that studio users assume when logging in to the Nimble Studio portal. This parameter is required.this
public CfnStudio.Builder studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
studioEncryptionConfiguration
- Configuration of the encryption method that is used for the studio. This parameter is required.this
public CfnStudio.Builder studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
studioEncryptionConfiguration
- Configuration of the encryption method that is used for the studio. This parameter is required.this
public CfnStudio.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
For more information, see Tag .
tags
- An array of key-value pairs to apply to this resource. This parameter is required.this
public CfnStudio build()