public static class AuditArchiveRetrieval.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditArchiveRetrieval.Builder |
auditEventCount(Long auditEventCount)
Total count of audit events to be retrieved from the archive for the specified date
range.
|
AuditArchiveRetrieval |
build() |
AuditArchiveRetrieval.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains archive retrieval.
|
AuditArchiveRetrieval.Builder |
copy(AuditArchiveRetrieval model) |
AuditArchiveRetrieval.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AuditArchiveRetrieval.Builder |
description(String description)
Description of the archive retrieval.
|
AuditArchiveRetrieval.Builder |
displayName(String displayName)
The display name of the archive retrieval.
|
AuditArchiveRetrieval.Builder |
endDate(Date endDate)
End month of the archive retrieval, in the format defined by RFC3339.
|
AuditArchiveRetrieval.Builder |
errorInfo(String errorInfo)
The Error details of a failed archive retrieval.
|
AuditArchiveRetrieval.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AuditArchiveRetrieval.Builder |
id(String id)
The OCID of the archive retrieval.
|
AuditArchiveRetrieval.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the archive retrieval.
|
AuditArchiveRetrieval.Builder |
lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
|
AuditArchiveRetrieval.Builder |
startDate(Date startDate)
Start month of the archive retrieval, in the format defined by RFC3339.
|
AuditArchiveRetrieval.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
AuditArchiveRetrieval.Builder |
targetId(String targetId)
The OCID of the target associated with the archive retrieval.
|
AuditArchiveRetrieval.Builder |
timeCompleted(Date timeCompleted)
The date time when archive retrieval request was fulfilled, in the format defined by
RFC3339.
|
AuditArchiveRetrieval.Builder |
timeOfExpiry(Date timeOfExpiry)
The date time when retrieved archive data will be deleted from Data Safe and unloaded
back into archival.
|
AuditArchiveRetrieval.Builder |
timeRequested(Date timeRequested)
The date time when archive retrieval was requested, in the format defined by RFC3339.
|
public AuditArchiveRetrieval.Builder id(String id)
The OCID of the archive retrieval.
id
- the value to setpublic AuditArchiveRetrieval.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains archive retrieval.
compartmentId
- the value to setpublic AuditArchiveRetrieval.Builder displayName(String displayName)
The display name of the archive retrieval. The name does not have to be unique, and is changeable.
displayName
- the value to setpublic AuditArchiveRetrieval.Builder description(String description)
Description of the archive retrieval.
description
- the value to setpublic AuditArchiveRetrieval.Builder startDate(Date startDate)
Start month of the archive retrieval, in the format defined by RFC3339.
startDate
- the value to setpublic AuditArchiveRetrieval.Builder endDate(Date endDate)
End month of the archive retrieval, in the format defined by RFC3339.
endDate
- the value to setpublic AuditArchiveRetrieval.Builder targetId(String targetId)
The OCID of the target associated with the archive retrieval.
targetId
- the value to setpublic AuditArchiveRetrieval.Builder timeRequested(Date timeRequested)
The date time when archive retrieval was requested, in the format defined by RFC3339.
timeRequested
- the value to setpublic AuditArchiveRetrieval.Builder timeCompleted(Date timeCompleted)
The date time when archive retrieval request was fulfilled, in the format defined by RFC3339.
timeCompleted
- the value to setpublic AuditArchiveRetrieval.Builder timeOfExpiry(Date timeOfExpiry)
The date time when retrieved archive data will be deleted from Data Safe and unloaded back into archival.
timeOfExpiry
- the value to setpublic AuditArchiveRetrieval.Builder auditEventCount(Long auditEventCount)
Total count of audit events to be retrieved from the archive for the specified date range.
auditEventCount
- the value to setpublic AuditArchiveRetrieval.Builder errorInfo(String errorInfo)
The Error details of a failed archive retrieval.
errorInfo
- the value to setpublic AuditArchiveRetrieval.Builder lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
lifecycleState
- the value to setpublic AuditArchiveRetrieval.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the archive retrieval.
lifecycleDetails
- the value to setpublic AuditArchiveRetrieval.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic AuditArchiveRetrieval.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic AuditArchiveRetrieval.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
systemTags
- the value to setpublic AuditArchiveRetrieval build()
public AuditArchiveRetrieval.Builder copy(AuditArchiveRetrieval model)
Copyright © 2016–2024. All rights reserved.