ToCopyableBuilder<Paths.Builder,Paths>@Generated("software.amazon.awssdk:codegen") public class Paths extends Object implements ToCopyableBuilder<Paths.Builder,Paths>
A complex type that contains information about the objects that you want to invalidate. For more information, see Specifying the Objects to Invalidate in the Amazon CloudFront Developer Guide.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Paths.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Paths.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
items() |
A complex type that contains a list of the paths that you want to invalidate.
|
Integer |
quantity() |
The number of objects that you want to invalidate.
|
static Class<? extends Paths.Builder> |
serializableBuilderClass() |
|
Paths.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer quantity()
The number of objects that you want to invalidate.
public List<String> items()
A complex type that contains a list of the paths that you want to invalidate.
public Paths.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Paths.Builder,Paths>public static Paths.Builder builder()
public static Class<? extends Paths.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.