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