Class CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty>
- Enclosing interface:
CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty
@Stability(Stable)
public static final class CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveDirectoryConfiguration(CfnStudioComponentPropsMixin.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration) activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration) build()Builds the configured instance.computeFarmConfiguration(CfnStudioComponentPropsMixin.ComputeFarmConfigurationProperty computeFarmConfiguration) computeFarmConfiguration(IResolvable computeFarmConfiguration) licenseServiceConfiguration(CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty licenseServiceConfiguration) licenseServiceConfiguration(IResolvable licenseServiceConfiguration) sharedFileSystemConfiguration(CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty sharedFileSystemConfiguration) sharedFileSystemConfiguration(IResolvable sharedFileSystemConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activeDirectoryConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder activeDirectoryConfiguration(IResolvable activeDirectoryConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getActiveDirectoryConfiguration()- Parameters:
activeDirectoryConfiguration- the value to be set.- Returns:
this
-
activeDirectoryConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder activeDirectoryConfiguration(CfnStudioComponentPropsMixin.ActiveDirectoryConfigurationProperty activeDirectoryConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getActiveDirectoryConfiguration()- Parameters:
activeDirectoryConfiguration- the value to be set.- Returns:
this
-
computeFarmConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder computeFarmConfiguration(IResolvable computeFarmConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getComputeFarmConfiguration()- Parameters:
computeFarmConfiguration- the value to be set.- Returns:
this
-
computeFarmConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder computeFarmConfiguration(CfnStudioComponentPropsMixin.ComputeFarmConfigurationProperty computeFarmConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getComputeFarmConfiguration()- Parameters:
computeFarmConfiguration- the value to be set.- Returns:
this
-
licenseServiceConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder licenseServiceConfiguration(IResolvable licenseServiceConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getLicenseServiceConfiguration()- Parameters:
licenseServiceConfiguration- the value to be set.- Returns:
this
-
licenseServiceConfiguration
@Stability(Stable) public CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.Builder licenseServiceConfiguration(CfnStudioComponentPropsMixin.LicenseServiceConfigurationProperty licenseServiceConfiguration) Sets the value ofCfnStudioComponentPropsMixin.StudioComponentConfigurationProperty.getLicenseServiceConfiguration()- Parameters:
licenseServiceConfiguration- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty>- Returns:
- a new instance of
CfnStudioComponentPropsMixin.StudioComponentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-