| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StudioComponentConfiguration |
StudioComponentConfiguration.clone() |
StudioComponentConfiguration |
UpdateStudioComponentRequest.getConfiguration()
The configuration of the studio component, based on component type.
|
StudioComponentConfiguration |
CreateStudioComponentRequest.getConfiguration()
The configuration of the studio component, based on component type.
|
StudioComponentConfiguration |
StudioComponent.getConfiguration()
The configuration of the studio component, based on component type.
|
StudioComponentConfiguration |
StudioComponentConfiguration.withActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
The configuration for a Directory Service for Microsoft Active Directory studio resource.
|
StudioComponentConfiguration |
StudioComponentConfiguration.withComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
The configuration for a render farm that is associated with a studio resource.
|
StudioComponentConfiguration |
StudioComponentConfiguration.withLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
The configuration for a license service that is associated with a studio resource.
|
StudioComponentConfiguration |
StudioComponentConfiguration.withSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
The configuration for a shared file storage system that is associated with a studio resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStudioComponentRequest.setConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
void |
CreateStudioComponentRequest.setConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
void |
StudioComponent.setConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
UpdateStudioComponentRequest |
UpdateStudioComponentRequest.withConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
CreateStudioComponentRequest |
CreateStudioComponentRequest.withConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
StudioComponent |
StudioComponent.withConfiguration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
Copyright © 2023. All rights reserved.