@Stability(value=Stable) public static final class CfnStudioComponent.Builder extends Object implements software.amazon.jsii.Builder<CfnStudioComponent>
CfnStudioComponent.| Modifier and Type | Method and Description |
|---|---|
CfnStudioComponent |
build() |
CfnStudioComponent.Builder |
configuration(CfnStudioComponent.StudioComponentConfigurationProperty configuration)
The configuration of the studio component, based on component type.
|
CfnStudioComponent.Builder |
configuration(IResolvable configuration)
The configuration of the studio component, based on component type.
|
static CfnStudioComponent.Builder |
create(software.constructs.Construct scope,
String id) |
CfnStudioComponent.Builder |
description(String description)
A human-readable description for the studio component resource.
|
CfnStudioComponent.Builder |
ec2SecurityGroupIds(List<String> ec2SecurityGroupIds)
The EC2 security groups that control access to the studio component.
|
CfnStudioComponent.Builder |
initializationScripts(IResolvable initializationScripts)
Initialization scripts for studio components.
|
CfnStudioComponent.Builder |
initializationScripts(List<? extends Object> initializationScripts)
Initialization scripts for studio components.
|
CfnStudioComponent.Builder |
name(String name)
A friendly name for the studio component resource.
|
CfnStudioComponent.Builder |
scriptParameters(IResolvable scriptParameters)
Parameters for the studio component scripts.
|
CfnStudioComponent.Builder |
scriptParameters(List<? extends Object> scriptParameters)
Parameters for the studio component scripts.
|
CfnStudioComponent.Builder |
studioId(String studioId)
The unique identifier for a studio resource.
|
CfnStudioComponent.Builder |
subtype(String subtype)
The specific subtype of a studio component.
|
CfnStudioComponent.Builder |
tags(Map<String,String> tags)
An array of key-value pairs to apply to this resource.
|
CfnStudioComponent.Builder |
type(String type)
The type of the studio component.
|
@Stability(value=Stable) public static CfnStudioComponent.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnStudioComponent.ActiveDirectoryComputerAttributeProperty.Builder.@Stability(value=Stable) public CfnStudioComponent.Builder name(String name)
name - A friendly name for the studio component resource. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder studioId(String studioId)
In Nimble Studio , all other resources are contained in a studio resource.
studioId - The unique identifier for a studio resource. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder type(String type)
type - The type of the studio component. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder configuration(CfnStudioComponent.StudioComponentConfigurationProperty configuration)
configuration - The configuration of the studio component, based on component type. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder configuration(IResolvable configuration)
configuration - The configuration of the studio component, based on component type. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder description(String description)
description - A human-readable description for the studio component resource. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder ec2SecurityGroupIds(List<String> ec2SecurityGroupIds)
ec2SecurityGroupIds - The EC2 security groups that control access to the studio component. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder initializationScripts(IResolvable initializationScripts)
initializationScripts - Initialization scripts for studio components. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder initializationScripts(List<? extends Object> initializationScripts)
initializationScripts - Initialization scripts for studio components. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder scriptParameters(IResolvable scriptParameters)
scriptParameters - Parameters for the studio component scripts. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder scriptParameters(List<? extends Object> scriptParameters)
scriptParameters - Parameters for the studio component scripts. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder subtype(String subtype)
subtype - The specific subtype of a studio component. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent.Builder tags(Map<String,String> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnStudioComponent build()
build in interface software.amazon.jsii.Builder<CfnStudioComponent>Copyright © 2022. All rights reserved.