public static interface StudioComponentSummary.Builder extends SdkPojo, CopyableBuilder<StudioComponentSummary.Builder,StudioComponentSummary>
| Modifier and Type | Method and Description |
|---|---|
StudioComponentSummary.Builder |
createdAt(Instant createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StudioComponentSummary.Builder |
createdBy(String createdBy)
The user ID of the user that created the studio component.
|
StudioComponentSummary.Builder |
description(String description)
The description.
|
StudioComponentSummary.Builder |
name(String name)
The name for the studio component.
|
StudioComponentSummary.Builder |
studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
|
StudioComponentSummary.Builder |
subtype(String subtype)
The specific subtype of a studio component.
|
StudioComponentSummary.Builder |
subtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
|
StudioComponentSummary.Builder |
type(String type)
The type of the studio component.
|
StudioComponentSummary.Builder |
type(StudioComponentType type)
The type of the studio component.
|
StudioComponentSummary.Builder |
updatedAt(Instant updatedAt)
The ISO timestamp in seconds for when the resource was updated.
|
StudioComponentSummary.Builder |
updatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStudioComponentSummary.Builder createdAt(Instant createdAt)
The ISO timestamp in seconds for when the resource was created.
createdAt - The ISO timestamp in seconds for when the resource was created.StudioComponentSummary.Builder createdBy(String createdBy)
The user ID of the user that created the studio component.
createdBy - The user ID of the user that created the studio component.StudioComponentSummary.Builder description(String description)
The description.
description - The description.StudioComponentSummary.Builder name(String name)
The name for the studio component.
name - The name for the studio component.StudioComponentSummary.Builder studioComponentId(String studioComponentId)
The unique identifier for a studio component resource.
studioComponentId - The unique identifier for a studio component resource.StudioComponentSummary.Builder subtype(String subtype)
The specific subtype of a studio component.
subtype - The specific subtype of a studio component.StudioComponentSubtype,
StudioComponentSubtypeStudioComponentSummary.Builder subtype(StudioComponentSubtype subtype)
The specific subtype of a studio component.
subtype - The specific subtype of a studio component.StudioComponentSubtype,
StudioComponentSubtypeStudioComponentSummary.Builder type(String type)
The type of the studio component.
type - The type of the studio component.StudioComponentType,
StudioComponentTypeStudioComponentSummary.Builder type(StudioComponentType type)
The type of the studio component.
type - The type of the studio component.StudioComponentType,
StudioComponentTypeStudioComponentSummary.Builder updatedAt(Instant updatedAt)
The ISO timestamp in seconds for when the resource was updated.
updatedAt - The ISO timestamp in seconds for when the resource was updated.StudioComponentSummary.Builder updatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
updatedBy - The user ID of the user that most recently updated the resource.Copyright © 2023. All rights reserved.