Class StudioComponentConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.nimble.model.StudioComponentConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStudioComponentConfiguration.Builderstatic classStudioComponentConfiguration.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ActiveDirectoryConfigurationactiveDirectoryConfiguration()The configuration for a Directory Service for Microsoft Active Directory studio resource.static StudioComponentConfiguration.Builderbuilder()ComputeFarmConfigurationcomputeFarmConfiguration()The configuration for a render farm that is associated with a studio resource.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)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.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LicenseServiceConfigurationlicenseServiceConfiguration()The configuration for a license service that is associated with a studio resource.List<SdkField<?>>sdkFields()static Class<? extends StudioComponentConfiguration.Builder>serializableBuilderClass()SharedFileSystemConfigurationsharedFileSystemConfiguration()The configuration for a shared file storage system that is associated with a studio resource.StudioComponentConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StudioComponentConfiguration.Typetype()Retrieve an enum value representing which member of this object is populated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
activeDirectoryConfiguration
public final ActiveDirectoryConfiguration 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
public final ComputeFarmConfiguration 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
public final LicenseServiceConfiguration 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.
-
sharedFileSystemConfiguration
public final SharedFileSystemConfiguration sharedFileSystemConfiguration()
The configuration for a shared file storage system that is associated with a studio resource.
- Returns:
- The configuration for a shared file storage system that is associated with a studio resource.
-
toBuilder
public StudioComponentConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StudioComponentConfiguration.Builder,StudioComponentConfiguration>
-
builder
public static StudioComponentConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends StudioComponentConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
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.
-
fromSharedFileSystemConfiguration
public static StudioComponentConfiguration fromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
Create an instance of this class withsharedFileSystemConfiguration()initialized to the given value.The configuration for a shared file storage system that is associated with a studio resource.
- Parameters:
sharedFileSystemConfiguration- The configuration for a shared file storage system that is associated with a studio resource.
-
fromSharedFileSystemConfiguration
public static StudioComponentConfiguration fromSharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
Create an instance of this class withsharedFileSystemConfiguration()initialized to the given value.The configuration for a shared file storage system that is associated with a studio resource.
- Parameters:
sharedFileSystemConfiguration- The configuration for a shared file storage system that is associated with a studio resource.
-
type
public StudioComponentConfiguration.Type 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.
-
-