public static class CreateAuditArchiveRetrievalDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateAuditArchiveRetrievalDetails.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 CreateAuditArchiveRetrievalDetails.Builder description(String description)
Description of the archive retrieval.
description
- the value to setpublic CreateAuditArchiveRetrievalDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the archival retrieval.
compartmentId
- the value to setpublic CreateAuditArchiveRetrievalDetails.Builder targetId(String targetId)
The OCID of the target associated with the archive retrieval.
targetId
- the value to setpublic CreateAuditArchiveRetrievalDetails.Builder startDate(Date startDate)
Start month of the archive retrieval, in the format defined by RFC3339.
startDate
- the value to setpublic CreateAuditArchiveRetrievalDetails.Builder endDate(Date endDate)
End month of the archive retrieval, in the format defined by RFC3339.
endDate
- the value to setpublic CreateAuditArchiveRetrievalDetails.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 CreateAuditArchiveRetrievalDetails.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 CreateAuditArchiveRetrievalDetails build()
public CreateAuditArchiveRetrievalDetails.Builder copy(CreateAuditArchiveRetrievalDetails model)
Copyright © 2016–2024. All rights reserved.