Interface ListDomainItem.Builder

    • Method Detail

      • domainName

        ListDomainItem.Builder domainName​(String domainName)

        The unique name of the domain.

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

        ListDomainItem.Builder createdAt​(Instant createdAt)

        The timestamp of when the domain was created.

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

        ListDomainItem.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of when the domain was most recently edited.

        Parameters:
        lastUpdatedAt - The timestamp of when the domain was most recently edited.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        ListDomainItem.Builder tags​(Map<String,​String> tags)

        The tags used to organize, track, or control access for this resource.

        Parameters:
        tags - The tags used to organize, track, or control access for this resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.