public static class CreateCertificateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateCertificateDetails.Builder name(String name)
A user-friendly name for the certificate. Names are unique within a compartment. Avoid entering confidential information. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
name
- the value to setpublic CreateCertificateDetails.Builder description(String description)
A brief description of the certificate. Avoid entering confidential information.
description
- the value to setpublic CreateCertificateDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create the certificate.
compartmentId
- the value to setpublic CreateCertificateDetails.Builder certificateRules(List<CertificateRule> certificateRules)
An optional list of rules that control how the certificate is used and managed.
certificateRules
- the value to setpublic CreateCertificateDetails.Builder certificateConfig(CreateCertificateConfigDetails certificateConfig)
public CreateCertificateDetails.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 CreateCertificateDetails.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 CreateCertificateDetails build()
public CreateCertificateDetails.Builder copy(CreateCertificateDetails model)
Copyright © 2016–2024. All rights reserved.