Interface SizeConstraintSet.Builder

    • Method Detail

      • name

        SizeConstraintSet.Builder name​(String name)

        The name, if any, of the SizeConstraintSet.

        Parameters:
        name - The name, if any, of the SizeConstraintSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeConstraints

        SizeConstraintSet.Builder sizeConstraints​(Collection<SizeConstraint> sizeConstraints)

        Specifies the parts of web requests that you want to inspect the size of.

        Parameters:
        sizeConstraints - Specifies the parts of web requests that you want to inspect the size of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sizeConstraints

        SizeConstraintSet.Builder sizeConstraints​(SizeConstraint... sizeConstraints)

        Specifies the parts of web requests that you want to inspect the size of.

        Parameters:
        sizeConstraints - Specifies the parts of web requests that you want to inspect the size of.
        Returns:
        Returns a reference to this object so that method calls can be chained together.