Class ScheduleHsmClusterDeletionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.keymanagement.model.ScheduleHsmClusterDeletionDetails.Builder
-
- Enclosing class:
- ScheduleHsmClusterDeletionDetails
public static class ScheduleHsmClusterDeletionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleHsmClusterDeletionDetails
build()
ScheduleHsmClusterDeletionDetails.Builder
copy(ScheduleHsmClusterDeletionDetails model)
ScheduleHsmClusterDeletionDetails.Builder
timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the HsmCluster resource, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
timeOfDeletion
public ScheduleHsmClusterDeletionDetails.Builder timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the HsmCluster resource, expressed in RFC 3339 timestamp format.The specified time must be between 7 and 30 days from the time 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 ScheduleHsmClusterDeletionDetails build()
-
copy
public ScheduleHsmClusterDeletionDetails.Builder copy(ScheduleHsmClusterDeletionDetails model)
-
-