public static class ReleaseRecalledDataDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReleaseRecalledDataDetails |
build() |
ReleaseRecalledDataDetails.Builder |
collectionId(Long collectionId)
This is the id for the recalled data collection to be released.
|
ReleaseRecalledDataDetails.Builder |
compartmentId(String compartmentId)
This is the compartment OCID for permission checking
|
ReleaseRecalledDataDetails.Builder |
copy(ReleaseRecalledDataDetails model) |
ReleaseRecalledDataDetails.Builder |
dataType(StorageDataType dataType)
This is the type of the recalled data to be released
|
ReleaseRecalledDataDetails.Builder |
timeDataEnded(Date timeDataEnded)
This is the end of the time interval
|
ReleaseRecalledDataDetails.Builder |
timeDataStarted(Date timeDataStarted)
This is the start of the time interval
|
public ReleaseRecalledDataDetails.Builder compartmentId(String compartmentId)
This is the compartment OCID for permission checking
compartmentId
- the value to setpublic ReleaseRecalledDataDetails.Builder timeDataEnded(Date timeDataEnded)
This is the end of the time interval
timeDataEnded
- the value to setpublic ReleaseRecalledDataDetails.Builder timeDataStarted(Date timeDataStarted)
This is the start of the time interval
timeDataStarted
- the value to setpublic ReleaseRecalledDataDetails.Builder dataType(StorageDataType dataType)
This is the type of the recalled data to be released
dataType
- the value to setpublic ReleaseRecalledDataDetails.Builder collectionId(Long collectionId)
This is the id for the recalled data collection to be released. If specified, only this collection will be released
collectionId
- the value to setpublic ReleaseRecalledDataDetails build()
public ReleaseRecalledDataDetails.Builder copy(ReleaseRecalledDataDetails model)
Copyright © 2016–2024. All rights reserved.