Interface WorkspaceSummary.Builder

    • Method Detail

      • workspaceId

        WorkspaceSummary.Builder workspaceId​(String workspaceId)

        Unique string identifying this workspace.

        Parameters:
        workspaceId - Unique string identifying this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        WorkspaceSummary.Builder alias​(String alias)

        Alias of this workspace.

        Parameters:
        alias - Alias of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        WorkspaceSummary.Builder arn​(String arn)

        The AmazonResourceName of this workspace.

        Parameters:
        arn - The AmazonResourceName of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        WorkspaceSummary.Builder status​(WorkspaceStatus status)

        The status of this workspace.

        Parameters:
        status - The status of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        WorkspaceSummary.Builder createdAt​(Instant createdAt)

        The time when the workspace was created.

        Parameters:
        createdAt - The time when the workspace was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        WorkspaceSummary.Builder tags​(Map<String,​String> tags)

        The tags of this workspace.

        Parameters:
        tags - The tags of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.