Class CaBundleSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.certificatesmanagement.model.CaBundleSummary.Builder
 
- 
- Enclosing class:
- CaBundleSummary
 
 public static class CaBundleSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CaBundleSummarybuild()CaBundleSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment for the CA bundle.CaBundleSummary.Buildercopy(CaBundleSummary model)CaBundleSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CaBundleSummary.Builderdescription(String description)A brief description of the CA bundle.CaBundleSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.CaBundleSummary.Builderid(String id)The OCID of the CA bundle.CaBundleSummary.BuilderlifecycleDetails(String lifecycleDetails)Additional information about the current lifecycle state of the CA bundle.CaBundleSummary.BuilderlifecycleState(CaBundleLifecycleState lifecycleState)The current lifecycle state of the CA bundle.CaBundleSummary.Buildername(String name)A user-friendly name for the CA bundle.CaBundleSummary.BuildertimeCreated(Date timeCreated)A property indicating when the CA bundle was created, expressed in RFC 3339 timestamp format.
 
- 
- 
- 
Method Detail- 
idpublic CaBundleSummary.Builder id(String id) The OCID of the CA bundle.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
namepublic CaBundleSummary.Builder name(String name) A user-friendly name for the CA bundle.Names are unique within a compartment. Avoid entering confidential information. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CaBundleSummary.Builder description(String description) A brief description of the CA bundle.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic CaBundleSummary.Builder timeCreated(Date timeCreated) A property indicating when the CA bundle was created, expressed in RFC 3339 timestamp format.Example: 2019-04-03T21:10:29.600Z - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic CaBundleSummary.Builder lifecycleState(CaBundleLifecycleState lifecycleState) The current lifecycle state of the CA bundle.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic CaBundleSummary.Builder lifecycleDetails(String lifecycleDetails) Additional information about the current lifecycle state of the CA bundle.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CaBundleSummary.Builder compartmentId(String compartmentId) The OCID of the compartment for the CA bundle.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CaBundleSummary.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CaBundleSummary.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CaBundleSummary build() 
 - 
copypublic CaBundleSummary.Builder copy(CaBundleSummary model) 
 
- 
 
-