| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StudioComponentSummary |
StudioComponentSummary.clone() |
StudioComponentSummary |
StudioComponentSummary.withCreatedAt(Date createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StudioComponentSummary |
StudioComponentSummary.withCreatedBy(String createdBy)
The user ID of the user that created the studio component.
|
StudioComponentSummary |
StudioComponentSummary.withDescription(String description)
The description.
|
StudioComponentSummary |
StudioComponentSummary.withName(String name)
The name for the studio component.
|
StudioComponentSummary |
StudioComponentSummary.withStudioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
StudioComponentSummary |
StudioComponentSummary.withSubtype(String subtype)
The specific subtype of a studio component.
|
StudioComponentSummary |
StudioComponentSummary.withSubtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponentSummary |
StudioComponentSummary.withType(String type)
The type of the studio component.
|
StudioComponentSummary |
StudioComponentSummary.withType(StudioComponentType type)
The type of the studio component.
|
StudioComponentSummary |
StudioComponentSummary.withUpdatedAt(Date updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
StudioComponentSummary |
StudioComponentSummary.withUpdatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StudioComponentSummary> |
GetLaunchProfileDetailsResult.getStudioComponentSummaries()
A collection of studio component summaries.
|
| Modifier and Type | Method and Description |
|---|---|
GetLaunchProfileDetailsResult |
GetLaunchProfileDetailsResult.withStudioComponentSummaries(StudioComponentSummary... studioComponentSummaries)
A collection of studio component summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLaunchProfileDetailsResult.setStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
|
GetLaunchProfileDetailsResult |
GetLaunchProfileDetailsResult.withStudioComponentSummaries(Collection<StudioComponentSummary> studioComponentSummaries)
A collection of studio component summaries.
|
Copyright © 2023. All rights reserved.