Interface DescribeDomainResponse.Builder

    • Method Detail

      • domainName

        DescribeDomainResponse.Builder domainName​(String domainName)

        The name of the domain.

        Parameters:
        domainName - The name of the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • displayName

        DescribeDomainResponse.Builder displayName​(String displayName)

        The name to display.

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

        DescribeDomainResponse.Builder createdTime​(Instant createdTime)

        The time that the domain was added.

        Parameters:
        createdTime - The time that the domain was added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainStatus

        DescribeDomainResponse.Builder domainStatus​(String domainStatus)

        The current state for the domain.

        Parameters:
        domainStatus - The current state for the domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DomainStatus, DomainStatus
      • acmCertificateArn

        DescribeDomainResponse.Builder acmCertificateArn​(String acmCertificateArn)

        The ARN of an issued ACM certificate that is valid for the domain being associated.

        Parameters:
        acmCertificateArn - The ARN of an issued ACM certificate that is valid for the domain being associated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.