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 Amazon Resource Name (ARN) of the workspace.The unique identifier of the workspace.lastModifiedRegion(String lastModifiedRegion) The AWS Region where the workspace was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp when the workspace was last modified.The name 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.
-
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.
-
lastModifiedTime
The timestamp when the workspace was last modified.
- Parameters:
lastModifiedTime- The timestamp when the workspace was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedRegion
The AWS Region where the workspace was last modified.
- Parameters:
lastModifiedRegion- The AWS Region where the workspace was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-