public static class ScheduleSecretVersionDeletionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScheduleSecretVersionDeletionDetails |
build() |
ScheduleSecretVersionDeletionDetails.Builder |
copy(ScheduleSecretVersionDeletionDetails model) |
ScheduleSecretVersionDeletionDetails.Builder |
timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the secret version, expressed in RFC
3339 timestamp format.
|
public ScheduleSecretVersionDeletionDetails.Builder timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the secret version, expressed in RFC
3339 timestamp format. Example: 2019-04-03T21:10:29.600Z
timeOfDeletion
- the value to setpublic ScheduleSecretVersionDeletionDetails build()
public ScheduleSecretVersionDeletionDetails.Builder copy(ScheduleSecretVersionDeletionDetails model)
Copyright © 2016–2024. All rights reserved.