public static interface Paths.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<Paths.Builder,Paths>
| Modifier and Type | Method and Description |
|---|---|
Paths.Builder |
items(Collection<String> items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths.Builder |
items(String... items)
A complex type that contains a list of the paths that you want to invalidate.
|
Paths.Builder |
quantity(Integer quantity)
The number of objects that you want to invalidate.
|
copyapply, buildPaths.Builder quantity(Integer quantity)
The number of objects that you want to invalidate.
quantity - The number of objects 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.
items - A complex type that contains a list of the paths that you want to invalidate.Paths.Builder items(String... items)
A complex type that contains a list of the paths that you want to invalidate.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
items - A complex type that contains a list of the paths that you want to invalidate.Copyright © 2017. All rights reserved.