public static class AuditArchiveRetrievalSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditArchiveRetrievalSummary.Builder |
auditEventCount(Long auditEventCount)
Total retrieved archive records audit event count.
|
AuditArchiveRetrievalSummary |
build() |
AuditArchiveRetrievalSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
copy(AuditArchiveRetrievalSummary model) |
AuditArchiveRetrievalSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AuditArchiveRetrievalSummary.Builder |
description(String description)
Description of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
displayName(String displayName)
The display name of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
endDate(Date endDate)
End month of the archive retrieval, in the format defined by RFC3339.
|
AuditArchiveRetrievalSummary.Builder |
errorInfo(String errorInfo)
Error details of failed archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AuditArchiveRetrievalSummary.Builder |
id(String id)
The OCID of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
startDate(Date startDate)
Start month of the archive retrieval, in the format defined by RFC3339.
|
AuditArchiveRetrievalSummary.Builder |
targetId(String targetId)
The OCID of the target associated with the archive retrieval.
|
AuditArchiveRetrievalSummary.Builder |
timeCompleted(Date timeCompleted)
The date time when archive retrieval request was fulfilled, in the format defined by
RFC3339.
|
AuditArchiveRetrievalSummary.Builder |
timeOfExpiry(Date timeOfExpiry)
The date time when retrieved archive data will be deleted from Data Safe and unloaded
back into archival.
|
AuditArchiveRetrievalSummary.Builder |
timeRequested(Date timeRequested)
The date time when archive retrieval was requested, in the format defined by RFC3339.
|
public AuditArchiveRetrievalSummary.Builder id(String id)
The OCID of the archive retrieval.
id
- the value to setpublic AuditArchiveRetrievalSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains archive retrieval.
compartmentId
- the value to setpublic AuditArchiveRetrievalSummary.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 AuditArchiveRetrievalSummary.Builder description(String description)
Description of the archive retrieval.
description
- the value to setpublic AuditArchiveRetrievalSummary.Builder startDate(Date startDate)
Start month of the archive retrieval, in the format defined by RFC3339.
startDate
- the value to setpublic AuditArchiveRetrievalSummary.Builder endDate(Date endDate)
End month of the archive retrieval, in the format defined by RFC3339.
endDate
- the value to setpublic AuditArchiveRetrievalSummary.Builder targetId(String targetId)
The OCID of the target associated with the archive retrieval.
targetId
- the value to setpublic AuditArchiveRetrievalSummary.Builder timeRequested(Date timeRequested)
The date time when archive retrieval was requested, in the format defined by RFC3339.
timeRequested
- the value to setpublic AuditArchiveRetrievalSummary.Builder timeCompleted(Date timeCompleted)
The date time when archive retrieval request was fulfilled, in the format defined by RFC3339.
timeCompleted
- the value to setpublic AuditArchiveRetrievalSummary.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 AuditArchiveRetrievalSummary.Builder auditEventCount(Long auditEventCount)
Total retrieved archive records audit event count.
auditEventCount
- the value to setpublic AuditArchiveRetrievalSummary.Builder errorInfo(String errorInfo)
Error details of failed archive retrieval.
errorInfo
- the value to setpublic AuditArchiveRetrievalSummary.Builder lifecycleState(AuditArchiveRetrievalLifecycleState lifecycleState)
The current state of the archive retrieval.
lifecycleState
- the value to setpublic AuditArchiveRetrievalSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the archive retrieval.
lifecycleDetails
- the value to setpublic AuditArchiveRetrievalSummary.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 AuditArchiveRetrievalSummary.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 AuditArchiveRetrievalSummary build()
public AuditArchiveRetrievalSummary.Builder copy(AuditArchiveRetrievalSummary model)
Copyright © 2016–2024. All rights reserved.