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