Interface SpaceSummary.Builder

  • Method Details

    • spaceId

      SpaceSummary.Builder spaceId(String spaceId)

      The unique ID of the space.

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

      A name that identifies the space.

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

      SpaceSummary.Builder spaceArn(String spaceArn)

      The Amazon Resource Name (ARN) of the space.

      Parameters:
      spaceArn - The Amazon Resource Name (ARN) of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainArn

      SpaceSummary.Builder domainArn(String domainArn)

      The Amazon Resource Name (ARN) of the domain the space belongs to. Absent when the space is not associated with a domain, so callers must tolerate its absence.

      Parameters:
      domainArn - The Amazon Resource Name (ARN) of the domain the space belongs to. Absent when the space is not associated with a domain, so callers must tolerate its absence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      SpaceSummary.Builder region(String region)

      The region where this space was created.

      Parameters:
      region - The region where this space was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAccountId

      SpaceSummary.Builder ownerAccountId(String ownerAccountId)

      AWS account ID that owns this space.

      Parameters:
      ownerAccountId - AWS account ID that owns this space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      SpaceSummary.Builder status(String status)

      The status of the space.

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

      The status of the space.

      Parameters:
      status - The status of the space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReason

      SpaceSummary.Builder statusReason(String statusReason)

      Reason for the current space status.

      Parameters:
      statusReason - Reason for the current space status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      SpaceSummary.Builder createdAt(Instant createdAt)

      The timestamp when the space was created.

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

      SpaceSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the space was last updated.

      Parameters:
      updatedAt - The timestamp when the space was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.