Interface AnycastIpListCollection.Builder

    • Method Detail

      • marker

        AnycastIpListCollection.Builder marker​(String marker)

        Use this field when paginating results to indicate where to begin in your list. The response includes items 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 your list. The response includes items 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.
      • nextMarker

        AnycastIpListCollection.Builder nextMarker​(String nextMarker)

        Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in the Marker field of your request.

        Parameters:
        nextMarker - Indicates the next page of the Anycast static IP list collection. To get the next page of the list, use this value in the Marker field of your request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxItems

        AnycastIpListCollection.Builder maxItems​(Integer maxItems)

        The maximum number of Anycast static IP list collections that you want returned in the response.

        Parameters:
        maxItems - The maximum number of Anycast static IP list collections that you want returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        AnycastIpListCollection.Builder isTruncated​(Boolean isTruncated)

        If there are more items in the list collection than are in this response, this value is true.

        Parameters:
        isTruncated - If there are more items in the list collection than are in this response, this value is true.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        AnycastIpListCollection.Builder quantity​(Integer quantity)

        The quantity of Anycast static IP lists in the collection.

        Parameters:
        quantity - The quantity of Anycast static IP lists in the collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.