public static interface StudioComponentConfiguration.Builder extends SdkPojo, CopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration>
| Modifier and Type | Method and Description |
|---|---|
StudioComponentConfiguration.Builder |
activeDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
|
default StudioComponentConfiguration.Builder |
activeDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
|
StudioComponentConfiguration.Builder |
computeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
|
default StudioComponentConfiguration.Builder |
computeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
|
default StudioComponentConfiguration.Builder |
licenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
|
StudioComponentConfiguration.Builder |
licenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
|
default StudioComponentConfiguration.Builder |
sharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
|
StudioComponentConfiguration.Builder |
sharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStudioComponentConfiguration.Builder activeDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
activeDirectoryConfiguration - The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.default StudioComponentConfiguration.Builder activeDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
This is a convenience method that creates an instance of theActiveDirectoryConfiguration.Builder
avoiding the need to create one manually via ActiveDirectoryConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to activeDirectoryConfiguration(ActiveDirectoryConfiguration).
activeDirectoryConfiguration - a consumer that will call methods on ActiveDirectoryConfiguration.BuilderactiveDirectoryConfiguration(ActiveDirectoryConfiguration)StudioComponentConfiguration.Builder computeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
computeFarmConfiguration - The configuration for a render farm that is associated with a studio resource.default StudioComponentConfiguration.Builder computeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
This is a convenience method that creates an instance of theComputeFarmConfiguration.Builder
avoiding the need to create one manually via ComputeFarmConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to computeFarmConfiguration(ComputeFarmConfiguration).
computeFarmConfiguration - a consumer that will call methods on ComputeFarmConfiguration.BuildercomputeFarmConfiguration(ComputeFarmConfiguration)StudioComponentConfiguration.Builder licenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
licenseServiceConfiguration - The configuration for a license service that is associated with a studio resource.default StudioComponentConfiguration.Builder licenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
This is a convenience method that creates an instance of theLicenseServiceConfiguration.Builder
avoiding the need to create one manually via LicenseServiceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to licenseServiceConfiguration(LicenseServiceConfiguration).
licenseServiceConfiguration - a consumer that will call methods on LicenseServiceConfiguration.BuilderlicenseServiceConfiguration(LicenseServiceConfiguration)StudioComponentConfiguration.Builder sharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
sharedFileSystemConfiguration - The configuration for a shared file storage system that is associated with a studio resource.default StudioComponentConfiguration.Builder sharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
This is a convenience method that creates an instance of theSharedFileSystemConfiguration.Builder
avoiding the need to create one manually via SharedFileSystemConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to sharedFileSystemConfiguration(SharedFileSystemConfiguration).
sharedFileSystemConfiguration - a consumer that will call methods on SharedFileSystemConfiguration.BuildersharedFileSystemConfiguration(SharedFileSystemConfiguration)Copyright © 2022. All rights reserved.