| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StudioComponentConfiguration |
UpdateStudioComponentRequest.configuration()
The configuration of the studio component, based on component type.
|
StudioComponentConfiguration |
StudioComponent.configuration()
The configuration of the studio component, based on component type.
|
StudioComponentConfiguration |
CreateStudioComponentRequest.configuration()
The configuration of the studio component, based on component type.
|
static StudioComponentConfiguration |
StudioComponentConfiguration.fromActiveDirectoryConfiguration(ActiveDirectoryConfiguration activeDirectoryConfiguration)
Create an instance of this class with
activeDirectoryConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromActiveDirectoryConfiguration(Consumer<ActiveDirectoryConfiguration.Builder> activeDirectoryConfiguration)
Create an instance of this class with
activeDirectoryConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromComputeFarmConfiguration(ComputeFarmConfiguration computeFarmConfiguration)
Create an instance of this class with
computeFarmConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromComputeFarmConfiguration(Consumer<ComputeFarmConfiguration.Builder> computeFarmConfiguration)
Create an instance of this class with
computeFarmConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromLicenseServiceConfiguration(Consumer<LicenseServiceConfiguration.Builder> licenseServiceConfiguration)
Create an instance of this class with
licenseServiceConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromLicenseServiceConfiguration(LicenseServiceConfiguration licenseServiceConfiguration)
Create an instance of this class with
licenseServiceConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromSharedFileSystemConfiguration(Consumer<SharedFileSystemConfiguration.Builder> sharedFileSystemConfiguration)
Create an instance of this class with
sharedFileSystemConfiguration() initialized to the given value. |
static StudioComponentConfiguration |
StudioComponentConfiguration.fromSharedFileSystemConfiguration(SharedFileSystemConfiguration sharedFileSystemConfiguration)
Create an instance of this class with
sharedFileSystemConfiguration() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
UpdateStudioComponentRequest.Builder |
UpdateStudioComponentRequest.Builder.configuration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
StudioComponent.Builder |
StudioComponent.Builder.configuration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
CreateStudioComponentRequest.Builder |
CreateStudioComponentRequest.Builder.configuration(StudioComponentConfiguration configuration)
The configuration of the studio component, based on component type.
|
Copyright © 2023. All rights reserved.