Interface ListCidrLocationsResponse.Builder

    • Method Detail

      • nextToken

        ListCidrLocationsResponse.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.
      • cidrLocations

        ListCidrLocationsResponse.Builder cidrLocations​(Collection<LocationSummary> cidrLocations)

        A complex type that contains information about the list of CIDR locations.

        Parameters:
        cidrLocations - A complex type that contains information about the list of CIDR locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrLocations

        ListCidrLocationsResponse.Builder cidrLocations​(LocationSummary... cidrLocations)

        A complex type that contains information about the list of CIDR locations.

        Parameters:
        cidrLocations - A complex type that contains information about the list of CIDR locations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.