public static class TrailSequenceCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TrailSequenceCollection |
build() |
TrailSequenceCollection.Builder |
copy(TrailSequenceCollection model) |
TrailSequenceCollection.Builder |
items(List<TrailSequenceSummary> items)
An array of TrailSequences.
|
TrailSequenceCollection.Builder |
timeLastFetched(Date timeLastFetched)
The time the data was last fetched from the deployment.
|
public TrailSequenceCollection.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 TrailSequenceCollection.Builder items(List<TrailSequenceSummary> items)
An array of TrailSequences.
items
- the value to setpublic TrailSequenceCollection build()
public TrailSequenceCollection.Builder copy(TrailSequenceCollection model)
Copyright © 2016–2024. All rights reserved.