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