Interface ListDomainConflictsResponse.Builder

    • Method Detail

      • domainConflicts

        ListDomainConflictsResponse.Builder domainConflicts​(Collection<DomainConflict> domainConflicts)

        Contains details about the domain conflicts.

        Parameters:
        domainConflicts - Contains details about the domain conflicts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainConflicts

        ListDomainConflictsResponse.Builder domainConflicts​(DomainConflict... domainConflicts)

        Contains details about the domain conflicts.

        Parameters:
        domainConflicts - Contains details about the domain conflicts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListDomainConflictsResponse.Builder nextMarker​(String nextMarker)

        A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

        Parameters:
        nextMarker - A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.