Interface AnycastIpListCollection.Builder

  • Method Details

    • items

      Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.

      Parameters:
      items - Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.

      Parameters:
      items - Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Items in the Anycast static IP list collection. Each item is of the AnycastIpListSummary structure type.

      This is a convenience method that creates an instance of the AnycastIpListSummary.Builder avoiding the need to create one manually via AnycastIpListSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<AnycastIpListSummary>).

      Parameters:
      items - a consumer that will call methods on AnycastIpListSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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.