Interface WorkspaceDescription.Builder

    • Method Detail

      • workspaceId

        WorkspaceDescription.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

        WorkspaceDescription.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

        WorkspaceDescription.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of this workspace.

        Parameters:
        arn - The Amazon Resource Name (ARN) of this workspace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        WorkspaceDescription.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.
      • prometheusEndpoint

        WorkspaceDescription.Builder prometheusEndpoint​(String prometheusEndpoint)

        Prometheus endpoint URI.

        Parameters:
        prometheusEndpoint - Prometheus endpoint URI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        WorkspaceDescription.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

        WorkspaceDescription.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.