Uses of Interface
software.amazon.awssdk.services.cloudfront.model.Paths.Builder
-
Packages that use Paths.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Paths.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return Paths.Builder Modifier and Type Method Description static Paths.BuilderPaths. builder()Paths.BuilderPaths.Builder. items(String... items)A complex type that contains a list of the paths that you want to invalidate.Paths.BuilderPaths.Builder. items(Collection<String> items)A complex type that contains a list of the paths that you want to invalidate.Paths.BuilderPaths.Builder. quantity(Integer quantity)The number of invalidation paths specified for the objects that you want to invalidate.Paths.BuilderPaths. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Paths.Builder Modifier and Type Method Description static Class<? extends Paths.Builder>Paths. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type Paths.Builder Modifier and Type Method Description default InvalidationBatch.BuilderInvalidationBatch.Builder. paths(Consumer<Paths.Builder> paths)A complex type that contains information about the objects that you want to invalidate.
-