@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 |
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryConfiguration |
activeDirectoryConfiguration()
The configuration for a Directory Service for Microsoft Active Directory studio resource.
|
static StudioComponentConfiguration.Builder |
builder() |
ComputeFarmConfiguration |
computeFarmConfiguration()
The configuration for a render farm that is associated with a studio resource.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static StudioComponentConfiguration |
fromActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
Create an instance of this class with
activeDirectoryConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
Create an instance of this class with
activeDirectoryConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
Create an instance of this class with
computeFarmConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)
Create an instance of this class with
computeFarmConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromLicenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration)
Create an instance of this class with
licenseServiceConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
Create an instance of this class with
licenseServiceConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromSharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
Create an instance of this class with
sharedFileSystemConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
fromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
Create an instance of this class with
sharedFileSystemConfiguration() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LicenseServiceConfiguration |
licenseServiceConfiguration()
The configuration for a license service that is associated with a studio resource.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StudioComponentConfiguration.Builder> |
serializableBuilderClass() |
SharedFileSystemConfiguration |
sharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
|
StudioComponentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
StudioComponentConfiguration.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActiveDirectoryConfiguration activeDirectoryConfiguration()
The configuration for a Directory Service for Microsoft Active Directory 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 Directory Service for Microsoft Active Directory studio resource.
activeDirectoryConfiguration - The configuration for a Directory Service for Microsoft Active Directory studio resource.public static StudioComponentConfiguration fromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
activeDirectoryConfiguration() initialized to the given value.
The configuration for a Directory Service for Microsoft Active Directory studio resource.
activeDirectoryConfiguration - The configuration for a Directory Service for Microsoft Active Directory 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 © 2023. All rights reserved.