Interface ListConflictingAliasesRequest.Builder

    • Method Detail

      • distributionId

        ListConflictingAliasesRequest.Builder distributionId​(String distributionId)

        The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.

        Parameters:
        distributionId - The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • alias

        ListConflictingAliasesRequest.Builder alias​(String alias)

        The alias (also called a CNAME) to search for conflicting aliases.

        Parameters:
        alias - The alias (also called a CNAME) to search for conflicting aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListConflictingAliasesRequest.Builder marker​(String marker)

        Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

        Parameters:
        marker - Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        ListConflictingAliasesRequest.Builder maxItems​(Integer maxItems)

        The maximum number of conflicting aliases that you want in the response.

        Parameters:
        maxItems - The maximum number of conflicting aliases that you want in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.