public static interface Paths.Builder extends 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.
|
copy
applyMutation, build
Paths.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.
items
- A complex type that contains a list of the paths that you want to invalidate.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.