CopyableBuilder<Paths.Builder,Paths>
, SdkBuilder<Paths.Builder,Paths>
public static interface Paths.Builder extends CopyableBuilder<Paths.Builder,Paths>
Modifier and Type | Method | Description |
---|---|---|
Paths.Builder |
items(String... items) |
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.
|
Paths.Builder |
quantity(Integer quantity) |
The number of objects that you want to invalidate.
|
copy
apply, 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.
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 Amazon Web Services, Inc. All Rights Reserved.