Interface WorkspaceSummary.Builder

    • Method Detail

      • workspaceId

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

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

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

        WorkspaceSummary.Builder linkedServices​(Collection<String> 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

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

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

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