Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CaBundle |
build() |
CaBundle.Builder |
compartmentId(String compartmentId)
The OCID of the compartment for the CA bundle.
|
CaBundle.Builder |
copy(CaBundle model) |
CaBundle.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CaBundle.Builder |
description(String description)
A brief description of the CA bundle.
|
CaBundle.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CaBundle.Builder |
id(String id)
The OCID of the CA bundle.
|
CaBundle.Builder |
lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the CA bundle.
|
CaBundle.Builder |
lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.
|
CaBundle.Builder |
name(String name)
A user-friendly name for the CA bundle.
|
CaBundle.Builder |
timeCreated(Date timeCreated)
A property indicating when the CA bundle was created, expressed in RFC
3339 timestamp format.
|
public CaBundle.Builder id(String id)
The OCID of the CA bundle.
id
- the value to setpublic CaBundle.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.
name
- the value to setpublic CaBundle.Builder description(String description)
A brief description of the CA bundle.
description
- the value to setpublic CaBundle.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
timeCreated
- the value to setpublic CaBundle.Builder lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.
lifecycleState
- the value to setpublic CaBundle.Builder lifecycleDetails(String lifecycleDetails)
Additional information about the current lifecycle state of the CA bundle.
lifecycleDetails
- the value to setpublic CaBundle.Builder compartmentId(String compartmentId)
The OCID of the compartment for the CA bundle.
compartmentId
- the value to setpublic CaBundle.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 CaBundle.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 CaBundle build()
public CaBundle.Builder copy(CaBundle model)
Copyright © 2016–2024. All rights reserved.