Interface Paths.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Paths.Builder,Paths>, SdkBuilder<Paths.Builder,Paths>, SdkPojo
Enclosing class:
Paths

public static interface Paths.Builder extends SdkPojo, CopyableBuilder<Paths.Builder,Paths>
  • Method Details

    • quantity

      Paths.Builder quantity(Integer quantity)

      The number of invalidation paths specified for the objects that you want to invalidate.

      Parameters:
      quantity - The number of invalidation paths specified for the objects that you want to invalidate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A complex type that contains a list of the paths that you want to invalidate.

      Parameters:
      items - A complex type that contains a list of the paths that you want to invalidate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      Paths.Builder items(String... items)

      A complex type that contains a list of the paths that you want to invalidate.

      Parameters:
      items - A complex type that contains a list of the paths that you want to invalidate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.