public static class PurgeStorageDataDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PurgeStorageDataDetails |
build() |
PurgeStorageDataDetails.Builder |
compartmentId(String compartmentId)
This is the compartment OCID under which the data will be purged and required permission
will be checked
|
PurgeStorageDataDetails.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
If true, purge child compartments data
|
PurgeStorageDataDetails.Builder |
copy(PurgeStorageDataDetails model) |
PurgeStorageDataDetails.Builder |
dataType(StorageDataType dataType)
This is the type of the log data to be purged
|
PurgeStorageDataDetails.Builder |
purgeQueryString(String purgeQueryString)
This is the solr query used to filter data, ‘*’ means all
|
PurgeStorageDataDetails.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the purge time interval
|
public PurgeStorageDataDetails.Builder compartmentId(String compartmentId)
This is the compartment OCID under which the data will be purged and required permission will be checked
compartmentId
- the value to setpublic PurgeStorageDataDetails.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
If true, purge child compartments data
compartmentIdInSubtree
- the value to setpublic PurgeStorageDataDetails.Builder timeDataEnded(Date timeDataEnded)
This is the end of the purge time interval
timeDataEnded
- the value to setpublic PurgeStorageDataDetails.Builder purgeQueryString(String purgeQueryString)
This is the solr query used to filter data, ‘*’ means all
purgeQueryString
- the value to setpublic PurgeStorageDataDetails.Builder dataType(StorageDataType dataType)
This is the type of the log data to be purged
dataType
- the value to setpublic PurgeStorageDataDetails build()
public PurgeStorageDataDetails.Builder copy(PurgeStorageDataDetails model)
Copyright © 2016–2024. All rights reserved.