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