@Generated(value="software.amazon.awssdk:codegen") public final class StudioComponentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration>
The configuration of the studio component, based on component type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StudioComponentConfiguration.Builder |
static class |
StudioComponentConfiguration.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActiveDirectoryConfiguration activeDirectoryConfiguration()
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
public final ComputeFarmConfiguration computeFarmConfiguration()
The configuration for a render farm that is associated with a studio resource.
public final LicenseServiceConfiguration licenseServiceConfiguration()
The configuration for a license service that is associated with a studio resource.
public final SharedFileSystemConfiguration sharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
public StudioComponentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration>public static StudioComponentConfiguration.Builder builder()
public static Class<? extends StudioComponentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static StudioComponentConfiguration fromActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
activeDirectoryConfiguration() initialized to the given value.
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
activeDirectoryConfiguration - The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.public static StudioComponentConfiguration fromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
activeDirectoryConfiguration() initialized to the given value.
The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.
activeDirectoryConfiguration - The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.public static StudioComponentConfiguration fromComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
computeFarmConfiguration() initialized to the given value.
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.public static StudioComponentConfiguration fromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)
computeFarmConfiguration() initialized to the given value.
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.public static StudioComponentConfiguration fromLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
licenseServiceConfiguration() initialized to the given value.
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.public static StudioComponentConfiguration fromLicenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration)
licenseServiceConfiguration() initialized to the given value.
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.public static StudioComponentConfiguration fromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
sharedFileSystemConfiguration() initialized to the given value.
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.public static StudioComponentConfiguration fromSharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
sharedFileSystemConfiguration() initialized to the given value.
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.public StudioComponentConfiguration.Type type()
StudioComponentConfiguration.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be StudioComponentConfiguration.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.