Class StudioComponentConfiguration
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration> 
The configuration of the studio component, based on component type.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic enum - 
Method Summary
Modifier and TypeMethodDescriptionThe configuration for a Directory Service for Microsoft Active Directory studio resource.builder()final ComputeFarmConfigurationThe configuration for a render farm that is associated with a studio resource.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.static StudioComponentConfigurationfromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration) Create an instance of this class withactiveDirectoryConfiguration()initialized to the given value.static StudioComponentConfigurationfromActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration) Create an instance of this class withactiveDirectoryConfiguration()initialized to the given value.static StudioComponentConfigurationfromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration) Create an instance of this class withcomputeFarmConfiguration()initialized to the given value.static StudioComponentConfigurationfromComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration) Create an instance of this class withcomputeFarmConfiguration()initialized to the given value.static StudioComponentConfigurationfromLicenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration) Create an instance of this class withlicenseServiceConfiguration()initialized to the given value.static StudioComponentConfigurationfromLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration) Create an instance of this class withlicenseServiceConfiguration()initialized to the given value.static StudioComponentConfigurationfromSharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration) Create an instance of this class withsharedFileSystemConfiguration()initialized to the given value.static StudioComponentConfigurationfromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration) Create an instance of this class withsharedFileSystemConfiguration()initialized to the given value.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()The configuration for a license service that is associated with a studio resource.static Class<? extends StudioComponentConfiguration.Builder> The configuration for a shared file storage system that is associated with a studio resource.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.type()Retrieve an enum value representing which member of this object is populated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy 
- 
Method Details
- 
activeDirectoryConfiguration
The configuration for a Directory Service for Microsoft Active Directory studio resource.
- Returns:
 - The configuration for a Directory Service for Microsoft Active Directory studio resource.
 
 - 
computeFarmConfiguration
The configuration for a render farm that is associated with a studio resource.
- Returns:
 - The configuration for a render farm that is associated with a studio resource.
 
 - 
licenseServiceConfiguration
The configuration for a license service that is associated with a studio resource.
- Returns:
 - The configuration for a license service that is associated with a studio resource.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
 equalsBySdkFieldsin interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
fromActiveDirectoryConfiguration
public static StudioComponentConfiguration fromActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration) Create an instance of this class withactiveDirectoryConfiguration()initialized to the given value.The configuration for a Directory Service for Microsoft Active Directory studio resource.
- Parameters:
 activeDirectoryConfiguration- The configuration for a Directory Service for Microsoft Active Directory studio resource.
 - 
fromActiveDirectoryConfiguration
public static StudioComponentConfiguration fromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration) Create an instance of this class withactiveDirectoryConfiguration()initialized to the given value.The configuration for a Directory Service for Microsoft Active Directory studio resource.
- Parameters:
 activeDirectoryConfiguration- The configuration for a Directory Service for Microsoft Active Directory studio resource.
 - 
fromComputeFarmConfiguration
public static StudioComponentConfiguration fromComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration) Create an instance of this class withcomputeFarmConfiguration()initialized to the given value.The configuration for a render farm that is associated with a studio resource.
- Parameters:
 computeFarmConfiguration- The configuration for a render farm that is associated with a studio resource.
 - 
fromComputeFarmConfiguration
public static StudioComponentConfiguration fromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration) Create an instance of this class withcomputeFarmConfiguration()initialized to the given value.The configuration for a render farm that is associated with a studio resource.
- Parameters:
 computeFarmConfiguration- The configuration for a render farm that is associated with a studio resource.
 - 
fromLicenseServiceConfiguration
public static StudioComponentConfiguration fromLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration) Create an instance of this class withlicenseServiceConfiguration()initialized to the given value.The configuration for a license service that is associated with a studio resource.
- Parameters:
 licenseServiceConfiguration- The configuration for a license service that is associated with a studio resource.
 - 
fromLicenseServiceConfiguration
public static StudioComponentConfiguration fromLicenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration) Create an instance of this class withlicenseServiceConfiguration()initialized to the given value.The configuration for a license service that is associated with a studio resource.
- Parameters:
 licenseServiceConfiguration- The configuration for a license service that is associated with a studio resource.
 - 
type
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beStudioComponentConfiguration.Type.UNKNOWN_TO_SDK_VERSIONif 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 beStudioComponentConfiguration.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set. - 
sdkFields
 
 -