Interface ListCidrCollectionsResponse.Builder

    • Method Detail

      • nextToken

        ListCidrCollectionsResponse.Builder nextToken​(String nextToken)

        An opaque pagination token to indicate where the service is to begin enumerating results.

        If no value is provided, the listing of results starts from the beginning.

        Parameters:
        nextToken - An opaque pagination token to indicate where the service is to begin enumerating results.

        If no value is provided, the listing of results starts from the beginning.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrCollections

        ListCidrCollectionsResponse.Builder cidrCollections​(Collection<CollectionSummary> cidrCollections)

        A complex type with information about the CIDR collection.

        Parameters:
        cidrCollections - A complex type with information about the CIDR collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrCollections

        ListCidrCollectionsResponse.Builder cidrCollections​(CollectionSummary... cidrCollections)

        A complex type with information about the CIDR collection.

        Parameters:
        cidrCollections - A complex type with information about the CIDR collection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.