public static class UpdateCertificateAuthorityDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateCertificateAuthorityDetails.Builder description(String description)
A brief description of the CA.
description
- the value to setpublic UpdateCertificateAuthorityDetails.Builder currentVersionNumber(Long currentVersionNumber)
Makes this version the current version. This property cannot be updated in combination with any other properties.
currentVersionNumber
- the value to setpublic UpdateCertificateAuthorityDetails.Builder certificateAuthorityConfig(UpdateCertificateAuthorityConfigDetails certificateAuthorityConfig)
public UpdateCertificateAuthorityDetails.Builder certificateRevocationListDetails(CertificateRevocationListDetails certificateRevocationListDetails)
public UpdateCertificateAuthorityDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateCertificateAuthorityDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateCertificateAuthorityDetails.Builder certificateAuthorityRules(List<CertificateAuthorityRule> certificateAuthorityRules)
A list of rules that control how the CA is used and managed.
certificateAuthorityRules
- the value to setpublic UpdateCertificateAuthorityDetails build()
public UpdateCertificateAuthorityDetails.Builder copy(UpdateCertificateAuthorityDetails model)
Copyright © 2016–2024. All rights reserved.