Interface DomainSummary.Builder

  • Method Details

    • domainId

      DomainSummary.Builder domainId(String domainId)

      The unique ID of the domain.

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

      DomainSummary.Builder domainArn(String domainArn)

      The Amazon Resource Name (ARN) of the domain.

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

      A name that identifies the domain.

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

      DomainSummary.Builder identityCenterInstanceArn(String identityCenterInstanceArn)

      Identity Center instance ARN configured for the domain. Absent for IAM-only domains.

      Parameters:
      identityCenterInstanceArn - Identity Center instance ARN configured for the domain. Absent for IAM-only domains.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • region

      DomainSummary.Builder region(String region)

      The Region where this domain was created.

      Parameters:
      region - The Region where this domain was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • updatedAt

      DomainSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the domain was last updated.

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

      DomainSummary.Builder status(String status)

      Current status of the domain.

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

      Current status of the domain.

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