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 Details

    • 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

      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.