Interface WorkspaceSummary.Builder

  • 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

      WorkspaceSummary.Builder lastModifiedTime(Instant 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

      WorkspaceSummary.Builder lastModifiedRegion(String 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.