Class ScheduleKeyDeletionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.ScheduleKeyDeletionDetails.Builder
-
- Enclosing class:
- ScheduleKeyDeletionDetails
public static class ScheduleKeyDeletionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleKeyDeletionDetails
build()
ScheduleKeyDeletionDetails.Builder
copy(ScheduleKeyDeletionDetails model)
ScheduleKeyDeletionDetails.Builder
timeOfDeletion(Date timeOfDeletion)
An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
timeOfDeletion
public ScheduleKeyDeletionDetails.Builder timeOfDeletion(Date timeOfDeletion)
An optional property to indicate when to delete the vault, expressed in RFC 3339 timestamp format.The specified time must be between 7 and 30 days from when the request is received. If this property is missing, it will be set to 30 days from the time of the request by default.
- Parameters:
timeOfDeletion
- the value to set- Returns:
- this builder
-
build
public ScheduleKeyDeletionDetails build()
-
copy
public ScheduleKeyDeletionDetails.Builder copy(ScheduleKeyDeletionDetails model)
-
-