Class CfnStudioComponent.Builder

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

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

    • create

      @Stability(Stable) public static CfnStudioComponent.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 CfnStudioComponent.Builder.
    • name

      @Stability(Stable) public CfnStudioComponent.Builder name(String name)
      A friendly name for the studio component resource.

      Parameters:
      name - A friendly name for the studio component resource. This parameter is required.
      Returns:
      this
    • studioId

      @Stability(Stable) public CfnStudioComponent.Builder studioId(String studioId)
      The unique identifier for a studio resource.

      In Nimble Studio , all other resources are contained in a studio resource.

      Parameters:
      studioId - The unique identifier for a studio resource. This parameter is required.
      Returns:
      this
    • type

      @Stability(Stable) public CfnStudioComponent.Builder type(String type)
      The type of the studio component.

      Parameters:
      type - The type of the studio component. This parameter is required.
      Returns:
      this
    • configuration

      @Stability(Stable) public CfnStudioComponent.Builder configuration(IResolvable configuration)
      The configuration of the studio component, based on component type.

      Parameters:
      configuration - The configuration of the studio component, based on component type. This parameter is required.
      Returns:
      this
    • configuration

      @Stability(Stable) public CfnStudioComponent.Builder configuration(CfnStudioComponent.StudioComponentConfigurationProperty configuration)
      The configuration of the studio component, based on component type.

      Parameters:
      configuration - The configuration of the studio component, based on component type. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnStudioComponent.Builder description(String description)
      A human-readable description for the studio component resource.

      Parameters:
      description - A human-readable description for the studio component resource. This parameter is required.
      Returns:
      this
    • ec2SecurityGroupIds

      @Stability(Stable) public CfnStudioComponent.Builder ec2SecurityGroupIds(List<String> ec2SecurityGroupIds)
      The EC2 security groups that control access to the studio component.

      Parameters:
      ec2SecurityGroupIds - The EC2 security groups that control access to the studio component. This parameter is required.
      Returns:
      this
    • initializationScripts

      @Stability(Stable) public CfnStudioComponent.Builder initializationScripts(IResolvable initializationScripts)
      Initialization scripts for studio components.

      Parameters:
      initializationScripts - Initialization scripts for studio components. This parameter is required.
      Returns:
      this
    • initializationScripts

      @Stability(Stable) public CfnStudioComponent.Builder initializationScripts(List<? extends Object> initializationScripts)
      Initialization scripts for studio components.

      Parameters:
      initializationScripts - Initialization scripts for studio components. This parameter is required.
      Returns:
      this
    • scriptParameters

      @Stability(Stable) public CfnStudioComponent.Builder scriptParameters(IResolvable scriptParameters)
      Parameters for the studio component scripts.

      Parameters:
      scriptParameters - Parameters for the studio component scripts. This parameter is required.
      Returns:
      this
    • scriptParameters

      @Stability(Stable) public CfnStudioComponent.Builder scriptParameters(List<? extends Object> scriptParameters)
      Parameters for the studio component scripts.

      Parameters:
      scriptParameters - Parameters for the studio component scripts. This parameter is required.
      Returns:
      this
    • subtype

      @Stability(Stable) public CfnStudioComponent.Builder subtype(String subtype)
      The specific subtype of a studio component.

      Parameters:
      subtype - The specific subtype of a studio component. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnStudioComponent.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 CfnStudioComponent build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnStudioComponent>
      Returns:
      a newly built instance of CfnStudioComponent.