Interface DomainSummary.Builder

  • Method Details

    • domainId

      DomainSummary.Builder domainId(String domainId)

      The unique identifier of the Domain.

      Parameters:
      domainId - The unique identifier of the Domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

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

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

      DomainSummary.Builder status(String status)

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

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

      DomainSummary.Builder createdAt(Instant createdAt)

      The timestamp when the Domain was created.

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