Interface SpaceSummary.Builder

  • Method Details

    • spaceId

      SpaceSummary.Builder spaceId(String spaceId)

      The ID of the space.

      Parameters:
      spaceId - The ID of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spaceArn

      SpaceSummary.Builder spaceArn(String spaceArn)

      The ARN of the space.

      Parameters:
      spaceArn - The ARN of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The display name of the space.

      Parameters:
      name - The display name of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      SpaceSummary.Builder description(String description)

      The description of the space.

      Parameters:
      description - The description of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      SpaceSummary.Builder updatedAt(Instant updatedAt)

      The date and time that the space was last updated.

      Parameters:
      updatedAt - The date and time that the space was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • consumedSourceSize

      SpaceSummary.Builder consumedSourceSize(Long consumedSourceSize)

      The total consumed source size in bytes.

      Parameters:
      consumedSourceSize - The total consumed source size in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • consumedSourceDocCount

      SpaceSummary.Builder consumedSourceDocCount(Integer consumedSourceDocCount)

      The number of consumed source documents.

      Parameters:
      consumedSourceDocCount - The number of consumed source documents.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SpaceSummary.Builder createdAt(Instant createdAt)

      The date and time that the space was created.

      Parameters:
      createdAt - The date and time that the space was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      SpaceSummary.Builder createdBy(String createdBy)

      The user who created the space.

      Parameters:
      createdBy - The user who created the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdByArn

      SpaceSummary.Builder createdByArn(String createdByArn)

      The ARN of the user who created the space.

      Parameters:
      createdByArn - The ARN of the user who created the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourcesCount

      SpaceSummary.Builder resourcesCount(Integer resourcesCount)

      The number of resources in the space.

      Parameters:
      resourcesCount - The number of resources in the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.