public static class RecallArchivedDataDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RecallArchivedDataDetails |
build() |
RecallArchivedDataDetails.Builder |
compartmentId(String compartmentId)
This is the compartment OCID for permission checking
|
RecallArchivedDataDetails.Builder |
copy(RecallArchivedDataDetails model) |
RecallArchivedDataDetails.Builder |
dataType(StorageDataType dataType)
This is the type of the log data to be recalled
|
RecallArchivedDataDetails.Builder |
isRecallNewDataOnly(Boolean isRecallNewDataOnly)
This indicates if only new data has to be recalled in this recall request
|
RecallArchivedDataDetails.Builder |
isUseRecommendedDataSet(Boolean isUseRecommendedDataSet)
This indicates if user checked system recommended time range
|
RecallArchivedDataDetails.Builder |
logSets(String logSets)
This is a list of comma-separated log sets that recalled data belongs to.
|
RecallArchivedDataDetails.Builder |
purpose(String purpose)
This is the purpose of the recall
|
RecallArchivedDataDetails.Builder |
query(String query)
This is the query that identifies the recalled data.
|
RecallArchivedDataDetails.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time interval
|
RecallArchivedDataDetails.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time interval
|
public RecallArchivedDataDetails.Builder compartmentId(String compartmentId)
This is the compartment OCID for permission checking
compartmentId
- the value to setpublic RecallArchivedDataDetails.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time interval
timeDataEnded
- the value to setpublic RecallArchivedDataDetails.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time interval
timeDataStarted
- the value to setpublic RecallArchivedDataDetails.Builder dataType(StorageDataType dataType)
This is the type of the log data to be recalled
dataType
- the value to setpublic RecallArchivedDataDetails.Builder logSets(String logSets)
This is a list of comma-separated log sets that recalled data belongs to.
logSets
- the value to setpublic RecallArchivedDataDetails.Builder query(String query)
This is the query that identifies the recalled data.
query
- the value to setpublic RecallArchivedDataDetails.Builder purpose(String purpose)
This is the purpose of the recall
purpose
- the value to setpublic RecallArchivedDataDetails.Builder isRecallNewDataOnly(Boolean isRecallNewDataOnly)
This indicates if only new data has to be recalled in this recall request
isRecallNewDataOnly
- the value to setpublic RecallArchivedDataDetails.Builder isUseRecommendedDataSet(Boolean isUseRecommendedDataSet)
This indicates if user checked system recommended time range
isUseRecommendedDataSet
- the value to setpublic RecallArchivedDataDetails build()
public RecallArchivedDataDetails.Builder copy(RecallArchivedDataDetails model)
Copyright © 2016–2024. All rights reserved.