Interface ListCidrBlocksResponse.Builder

    • Method Detail

      • nextToken

        ListCidrBlocksResponse.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.
      • cidrBlocks

        ListCidrBlocksResponse.Builder cidrBlocks​(Collection<CidrBlockSummary> cidrBlocks)

        A complex type that contains information about the CIDR blocks.

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

        ListCidrBlocksResponse.Builder cidrBlocks​(CidrBlockSummary... cidrBlocks)

        A complex type that contains information about the CIDR blocks.

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