Interface DomainDetails.Builder

    • Method Detail

      • domainArn

        DomainDetails.Builder domainArn​(String domainArn)

        The domain's Amazon Resource Name (ARN).

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

        DomainDetails.Builder domainId​(String domainId)

        The domain ID.

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

        DomainDetails.Builder domainName​(String domainName)

        The domain name.

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

        DomainDetails.Builder creationTime​(Instant creationTime)

        The creation time.

        Parameters:
        creationTime - The creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedTime

        DomainDetails.Builder lastModifiedTime​(Instant lastModifiedTime)

        The last modified time.

        Parameters:
        lastModifiedTime - The last modified time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        DomainDetails.Builder url​(String url)

        The domain's URL.

        Parameters:
        url - The domain's URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.