| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
ScriptParameterKeyValue |
ScriptParameterKeyValue.clone() |
ScriptParameterKeyValue |
ScriptParameterKeyValue.withKey(String key)
A script parameter key.
|
ScriptParameterKeyValue |
ScriptParameterKeyValue.withValue(String value)
A script parameter value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScriptParameterKeyValue> |
UpdateStudioComponentRequest.getScriptParameters()
Parameters for the studio component scripts.
|
List<ScriptParameterKeyValue> |
CreateStudioComponentRequest.getScriptParameters()
Parameters for the studio component scripts.
|
List<ScriptParameterKeyValue> |
StudioComponent.getScriptParameters()
Parameters for the studio component scripts.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStudioComponentRequest |
UpdateStudioComponentRequest.withScriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
|
CreateStudioComponentRequest |
CreateStudioComponentRequest.withScriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
|
StudioComponent |
StudioComponent.withScriptParameters(ScriptParameterKeyValue... scriptParameters)
Parameters for the studio component scripts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStudioComponentRequest.setScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
void |
CreateStudioComponentRequest.setScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
void |
StudioComponent.setScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
UpdateStudioComponentRequest |
UpdateStudioComponentRequest.withScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
CreateStudioComponentRequest |
CreateStudioComponentRequest.withScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
StudioComponent |
StudioComponent.withScriptParameters(Collection<ScriptParameterKeyValue> scriptParameters)
Parameters for the studio component scripts.
|
Copyright © 2023. All rights reserved.