Interface WorkspaceSearchSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WorkspaceSearchSummary.Builder,,WorkspaceSearchSummary> SdkBuilder<WorkspaceSearchSummary.Builder,,WorkspaceSearchSummary> SdkPojo
- Enclosing class:
WorkspaceSearchSummary
@Mutable
@NotThreadSafe
public static interface WorkspaceSearchSummary.Builder
extends SdkPojo, CopyableBuilder<WorkspaceSearchSummary.Builder,WorkspaceSearchSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the workspace.The timestamp when the workspace was created.description(String description) The description of the workspace.The unique identifier of the workspace.The name of the workspace.The tags associated with the workspace.The title displayed for the workspace.visibility(String visibility) The visibility setting of the workspace.visibility(Visibility visibility) The visibility setting of the workspace.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the workspace.
- Parameters:
id- The unique identifier of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the workspace.
- Parameters:
name- The name of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visibility
The visibility setting of the workspace.
- Parameters:
visibility- The visibility setting of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visibility
The visibility setting of the workspace.
- Parameters:
visibility- The visibility setting of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
title
The title displayed for the workspace.
- Parameters:
title- The title displayed for the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the workspace.
- Parameters:
arn- The Amazon Resource Name (ARN) of the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the workspace was created.
- Parameters:
createdAt- The timestamp when the workspace was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the workspace.
- Parameters:
tags- The tags associated with the workspace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-