Interface ConflictingAliasesList.Builder

    • Method Detail

      • nextMarker

        ConflictingAliasesList.Builder nextMarker​(String nextMarker)

        If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing conflicting aliases where you left off.

        Parameters:
        nextMarker - If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing conflicting aliases where you left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ConflictingAliasesList.Builder maxItems​(Integer maxItems)

        The maximum number of conflicting aliases requested.

        Parameters:
        maxItems - The maximum number of conflicting aliases requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        ConflictingAliasesList.Builder quantity​(Integer quantity)

        The number of conflicting aliases returned in the response.

        Parameters:
        quantity - The number of conflicting aliases returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ConflictingAliasesList.Builder items​(Collection<ConflictingAlias> items)

        Contains the conflicting aliases in the list.

        Parameters:
        items - Contains the conflicting aliases in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        ConflictingAliasesList.Builder items​(ConflictingAlias... items)

        Contains the conflicting aliases in the list.

        Parameters:
        items - Contains the conflicting aliases in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.