Uses of Interface
software.amazon.awssdk.services.nimble.model.ComputeFarmConfiguration.Builder
-
Packages that use ComputeFarmConfiguration.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of ComputeFarmConfiguration.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return ComputeFarmConfiguration.Builder Modifier and Type Method Description ComputeFarmConfiguration.BuilderComputeFarmConfiguration.Builder. activeDirectoryUser(String activeDirectoryUser)The name of an Active Directory user that is used on ComputeFarm worker instances.static ComputeFarmConfiguration.BuilderComputeFarmConfiguration. builder()ComputeFarmConfiguration.BuilderComputeFarmConfiguration.Builder. endpoint(String endpoint)The endpoint of the ComputeFarm that is accessed by the studio component resource.ComputeFarmConfiguration.BuilderComputeFarmConfiguration. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type ComputeFarmConfiguration.Builder Modifier and Type Method Description static Class<? extends ComputeFarmConfiguration.Builder>ComputeFarmConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type ComputeFarmConfiguration.Builder Modifier and Type Method Description default StudioComponentConfiguration.BuilderStudioComponentConfiguration.Builder. computeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)The configuration for a render farm that is associated with a studio resource.static StudioComponentConfigurationStudioComponentConfiguration. fromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)Create an instance of this class withStudioComponentConfiguration.computeFarmConfiguration()initialized to the given value.
-