Class CfnStudio.Builder

java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnStudio.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudio>
Enclosing class:
CfnStudio

@Stability(Stable) public static final class CfnStudio.Builder extends Object implements software.amazon.jsii.Builder<CfnStudio>
A fluent builder for CfnStudio.
  • Method Details

    • create

      @Stability(Stable) public static CfnStudio.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnStudio.Builder.
    • adminRoleArn

      @Stability(Stable) public CfnStudio.Builder adminRoleArn(String adminRoleArn)
      The IAM role that studio admins assume when logging in to the Nimble Studio portal.

      Parameters:
      adminRoleArn - The IAM role that studio admins assume when logging in to the Nimble Studio portal. This parameter is required.
      Returns:
      this
    • displayName

      @Stability(Stable) public CfnStudio.Builder displayName(String displayName)
      A friendly name for the studio.

      Parameters:
      displayName - A friendly name for the studio. This parameter is required.
      Returns:
      this
    • studioName

      @Stability(Stable) public CfnStudio.Builder studioName(String studioName)
      The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.

      Parameters:
      studioName - The name of the studio, as included in the URL when accessing it in the Nimble Studio portal. This parameter is required.
      Returns:
      this
    • userRoleArn

      @Stability(Stable) public CfnStudio.Builder userRoleArn(String userRoleArn)
      The IAM role that studio users assume when logging in to the Nimble Studio portal.

      Parameters:
      userRoleArn - The IAM role that studio users assume when logging in to the Nimble Studio portal. This parameter is required.
      Returns:
      this
    • studioEncryptionConfiguration

      @Stability(Stable) public CfnStudio.Builder studioEncryptionConfiguration(IResolvable studioEncryptionConfiguration)
      Configuration of the encryption method that is used for the studio.

      Parameters:
      studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio. This parameter is required.
      Returns:
      this
    • studioEncryptionConfiguration

      @Stability(Stable) public CfnStudio.Builder studioEncryptionConfiguration(CfnStudio.StudioEncryptionConfigurationProperty studioEncryptionConfiguration)
      Configuration of the encryption method that is used for the studio.

      Parameters:
      studioEncryptionConfiguration - Configuration of the encryption method that is used for the studio. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnStudio.Builder tags(Map<String,String> tags)
      An array of key-value pairs to apply to this resource.

      For more information, see Tag .

      Parameters:
      tags - An array of key-value pairs to apply to this resource. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnStudio build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnStudio>
      Returns:
      a newly built instance of CfnStudio.