| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentSummary.Builder |
StudioComponentSummary.builder() |
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.createdAt(Instant createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.createdBy(String createdBy)
The user ID of the user that created the studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.description(String description)
The description.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.name(String name)
The name for the studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.subtype(String subtype)
The specific subtype of a studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.subtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.toBuilder() |
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.type(String type)
The type of the studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.type(StudioComponentType type)
The type of the studio component.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.updatedAt(Instant updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
StudioComponentSummary.Builder |
StudioComponentSummary.Builder.updatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StudioComponentSummary.Builder> |
StudioComponentSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.