public static interface Paths.Builder extends SdkPojo, 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. 
 | 
copyapplyMutation, 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.
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.