Interface WorkspaceSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<WorkspaceSummary.Builder,
,WorkspaceSummary> SdkBuilder<WorkspaceSummary.Builder,
,WorkspaceSummary> SdkPojo
- Enclosing class:
WorkspaceSummary
@Mutable
@NotThreadSafe
public static interface WorkspaceSummary.Builder
extends SdkPojo, CopyableBuilder<WorkspaceSummary.Builder,WorkspaceSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the workspace.creationDateTime
(Instant creationDateTime) The date and time when the workspace was created.description
(String description) The description of the workspace.linkedServices
(String... linkedServices) A list of services that are linked to the workspace.linkedServices
(Collection<String> linkedServices) A list of services that are linked to the workspace.updateDateTime
(Instant updateDateTime) The date and time when the workspace was last updated.workspaceId
(String workspaceId) The ID of the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
workspaceId
The ID of the workspace.
- Parameters:
workspaceId
- The ID of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The ARN of the workspace.
- Parameters:
arn
- The ARN of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the workspace.
- Parameters:
description
- The description of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedServices
A list of services that are linked to the workspace.
- Parameters:
linkedServices
- A list of services that are linked to the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkedServices
A list of services that are linked to the workspace.
- Parameters:
linkedServices
- A list of services that are linked to the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
The date and time when the workspace was created.
- Parameters:
creationDateTime
- The date and time when the workspace was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateDateTime
The date and time when the workspace was last updated.
- Parameters:
updateDateTime
- The date and time when the workspace was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-