public static interface WorkspaceSummary.Builder extends SdkPojo, CopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>
| Modifier and Type | Method and Description |
|---|---|
WorkspaceSummary.Builder |
arn(String arn)
The ARN of the workspace.
|
WorkspaceSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time when the workspace was created.
|
WorkspaceSummary.Builder |
description(String description)
The description of the workspace.
|
WorkspaceSummary.Builder |
updateDateTime(Instant updateDateTime)
The date and time when the workspace was last updated.
|
WorkspaceSummary.Builder |
workspaceId(String workspaceId)
The ID of the workspace.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkspaceSummary.Builder arn(String arn)
The ARN of the workspace.
arn - The ARN of the workspace.WorkspaceSummary.Builder creationDateTime(Instant creationDateTime)
The date and time when the workspace was created.
creationDateTime - The date and time when the workspace was created.WorkspaceSummary.Builder description(String description)
The description of the workspace.
description - The description of the workspace.WorkspaceSummary.Builder updateDateTime(Instant updateDateTime)
The date and time when the workspace was last updated.
updateDateTime - The date and time when the workspace was last updated.WorkspaceSummary.Builder workspaceId(String workspaceId)
The ID of the workspace.
workspaceId - The ID of the workspace.Copyright © 2022. All rights reserved.