Interface ComputeFarmConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>,SdkBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>,SdkPojo
- Enclosing class:
- ComputeFarmConfiguration
public static interface ComputeFarmConfiguration.Builder extends SdkPojo, CopyableBuilder<ComputeFarmConfiguration.Builder,ComputeFarmConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComputeFarmConfiguration.BuilderactiveDirectoryUser(String activeDirectoryUser)The name of an Active Directory user that is used on ComputeFarm worker instances.ComputeFarmConfiguration.Builderendpoint(String endpoint)The endpoint of the ComputeFarm that is accessed by the studio component resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
activeDirectoryUser
ComputeFarmConfiguration.Builder activeDirectoryUser(String activeDirectoryUser)
The name of an Active Directory user that is used on ComputeFarm worker instances.
- Parameters:
activeDirectoryUser- The name of an Active Directory user that is used on ComputeFarm worker instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
ComputeFarmConfiguration.Builder endpoint(String endpoint)
The endpoint of the ComputeFarm that is accessed by the studio component resource.
- Parameters:
endpoint- The endpoint of the ComputeFarm that is accessed by the studio component resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-