| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static Paths.Builder |
Paths.builder() |
Paths.Builder |
Paths.Builder.items(Collection<String> items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths.Builder |
Paths.Builder.items(String... items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths.Builder |
Paths.Builder.quantity(Integer quantity)
The number of objects that you want to invalidate.
|
Paths.Builder |
Paths.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Paths.Builder> |
Paths.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InvalidationBatch.Builder |
InvalidationBatch.Builder.paths(Consumer<Paths.Builder> paths)
A complex type that contains information about the objects that you want to invalidate.
|
Copyright © 2018. All rights reserved.