Interface CreateDomainResponse.Builder

  • Method Details

    • domainArn

      CreateDomainResponse.Builder domainArn(String domainArn)

      The Amazon Resource Name (ARN) for the Cases domain.

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

      The unique identifier of the Cases domain.

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

      CreateDomainResponse.Builder domainStatus(String domainStatus)

      The status of the domain.

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

      CreateDomainResponse.Builder domainStatus(DomainStatus domainStatus)

      The status of the domain.

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