public static class ScheduleSecretDeletionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ScheduleSecretDeletionDetails |
build() |
ScheduleSecretDeletionDetails.Builder |
copy(ScheduleSecretDeletionDetails o) |
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 o)
Copyright © 2016–2022. All rights reserved.