Interface Paths.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Paths.Builder,,Paths> SdkBuilder<Paths.Builder,,Paths> SdkPojo
- Enclosing class:
 Paths
- 
Method Summary
Modifier and TypeMethodDescriptionA complex type that contains a list of the paths that you want to invalidate.items(Collection<String> items) A complex type that contains a list of the paths that you want to invalidate.The number of invalidation paths specified for the objects that you want to invalidate.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
quantity
The number of invalidation paths specified for the objects that you want to invalidate.
- Parameters:
 quantity- The number of invalidation paths specified for the objects that you want to invalidate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A complex type that contains a list of the paths that you want to invalidate.
- Parameters:
 items- A complex type that contains a list of the paths that you want to invalidate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
items
A complex type that contains a list of the paths that you want to invalidate.
- Parameters:
 items- A complex type that contains a list of the paths that you want to invalidate.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -