Class CfnStudioComponent.ComputeFarmConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.ComputeFarmConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStudioComponent.ComputeFarmConfigurationProperty>
- Enclosing interface:
CfnStudioComponent.ComputeFarmConfigurationProperty
@Stability(Stable)
public static final class CfnStudioComponent.ComputeFarmConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStudioComponent.ComputeFarmConfigurationProperty>
A builder for
CfnStudioComponent.ComputeFarmConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionactiveDirectoryUser
(String activeDirectoryUser) build()
Builds the configured instance.Sets the value ofCfnStudioComponent.ComputeFarmConfigurationProperty.getEndpoint()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
activeDirectoryUser
@Stability(Stable) public CfnStudioComponent.ComputeFarmConfigurationProperty.Builder activeDirectoryUser(String activeDirectoryUser) - Parameters:
activeDirectoryUser
- The name of an Active Directory user that is used on ComputeFarm worker instances.- Returns:
this
-
endpoint
@Stability(Stable) public CfnStudioComponent.ComputeFarmConfigurationProperty.Builder endpoint(String endpoint) Sets the value ofCfnStudioComponent.ComputeFarmConfigurationProperty.getEndpoint()
- Parameters:
endpoint
- The endpoint of the ComputeFarm that is accessed by the studio component resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStudioComponent.ComputeFarmConfigurationProperty>
- Returns:
- a new instance of
CfnStudioComponent.ComputeFarmConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-