public static class TrailFileCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TrailFileCollection |
build() |
TrailFileCollection.Builder |
copy(TrailFileCollection model) |
TrailFileCollection.Builder |
items(List<TrailFileSummary> items)
An array of TrailFiles.
|
TrailFileCollection.Builder |
timeLastFetched(Date timeLastFetched)
The time the data was last fetched from the deployment.
|
public TrailFileCollection.Builder timeLastFetched(Date timeLastFetched)
The time the data was last fetched from the deployment. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeLastFetched
- the value to setpublic TrailFileCollection.Builder items(List<TrailFileSummary> items)
An array of TrailFiles.
items
- the value to setpublic TrailFileCollection build()
public TrailFileCollection.Builder copy(TrailFileCollection model)
Copyright © 2016–2024. All rights reserved.