Interface ListDomainNamesResponse.Builder

    • Method Detail

      • domainNameConfigs

        ListDomainNamesResponse.Builder domainNameConfigs​(Collection<DomainNameConfig> domainNameConfigs)

        Lists configurations for multiple domain names.

        Parameters:
        domainNameConfigs - Lists configurations for multiple domain names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainNameConfigs

        ListDomainNamesResponse.Builder domainNameConfigs​(DomainNameConfig... domainNameConfigs)

        Lists configurations for multiple domain names.

        Parameters:
        domainNameConfigs - Lists configurations for multiple domain names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDomainNamesResponse.Builder nextToken​(String nextToken)

        An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

        Parameters:
        nextToken - An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.