public static class TrailSequenceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TrailSequenceSummary |
build() |
TrailSequenceSummary.Builder |
copy(TrailSequenceSummary model) |
TrailSequenceSummary.Builder |
displayName(String displayName)
An object’s Display Name.
|
TrailSequenceSummary.Builder |
sequenceId(String sequenceId)
Sequence Id
|
TrailSequenceSummary.Builder |
sizeInBytes(Long sizeInBytes)
The size of the backup stored in object storage (in bytes)
|
TrailSequenceSummary.Builder |
timeLastUpdated(Date timeLastUpdated)
The time the resource was last updated.
|
public TrailSequenceSummary.Builder sequenceId(String sequenceId)
Sequence Id
sequenceId
- the value to setpublic TrailSequenceSummary.Builder displayName(String displayName)
An object’s Display Name.
displayName
- the value to setpublic TrailSequenceSummary.Builder sizeInBytes(Long sizeInBytes)
The size of the backup stored in object storage (in bytes)
sizeInBytes
- the value to setpublic TrailSequenceSummary.Builder timeLastUpdated(Date timeLastUpdated)
The time the resource was last updated. The format is defined by
RFC3339, such as 2016-08-25T21:10:29.600Z
.
timeLastUpdated
- the value to setpublic TrailSequenceSummary build()
public TrailSequenceSummary.Builder copy(TrailSequenceSummary model)
Copyright © 2016–2024. All rights reserved.