public static class RetentionOperationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RetentionOperationDetails.Builder |
archiveState(ModelSettingActionState archiveState)
The archival status of model.
|
RetentionOperationDetails.Builder |
archiveStateDetails(String archiveStateDetails)
The archival state details of the model.
|
RetentionOperationDetails |
build() |
RetentionOperationDetails.Builder |
copy(RetentionOperationDetails model) |
RetentionOperationDetails.Builder |
deleteState(ModelSettingActionState deleteState)
The deletion status of the archived model.
|
RetentionOperationDetails.Builder |
deleteStateDetails(String deleteStateDetails)
The deletion status details of the archived model.
|
RetentionOperationDetails.Builder |
timeArchivalScheduled(Date timeArchivalScheduled)
The estimated archival time of the model based on the provided retention setting.
|
RetentionOperationDetails.Builder |
timeDeletionScheduled(Date timeDeletionScheduled)
The estimated deletion time of the model based on the provided retention setting.
|
public RetentionOperationDetails.Builder archiveState(ModelSettingActionState archiveState)
The archival status of model.
archiveState
- the value to setpublic RetentionOperationDetails.Builder archiveStateDetails(String archiveStateDetails)
The archival state details of the model.
archiveStateDetails
- the value to setpublic RetentionOperationDetails.Builder timeArchivalScheduled(Date timeArchivalScheduled)
The estimated archival time of the model based on the provided retention setting.
timeArchivalScheduled
- the value to setpublic RetentionOperationDetails.Builder deleteState(ModelSettingActionState deleteState)
The deletion status of the archived model.
deleteState
- the value to setpublic RetentionOperationDetails.Builder deleteStateDetails(String deleteStateDetails)
The deletion status details of the archived model.
deleteStateDetails
- the value to setpublic RetentionOperationDetails.Builder timeDeletionScheduled(Date timeDeletionScheduled)
The estimated deletion time of the model based on the provided retention setting.
timeDeletionScheduled
- the value to setpublic RetentionOperationDetails build()
public RetentionOperationDetails.Builder copy(RetentionOperationDetails model)
Copyright © 2016–2024. All rights reserved.