Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CaBundle |
build() |
CaBundle.Builder |
caBundlePem(String caBundlePem)
Certificates (in PEM format) in the CA bundle.
|
CaBundle.Builder |
copy(CaBundle model) |
CaBundle.Builder |
id(String id)
The OCID of the CA bundle.
|
CaBundle.Builder |
name(String name)
A user-friendly name for the CA bundle.
|
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. Valid characters include uppercase or lowercase letters, numbers, hyphens, underscores, and periods.
name
- the value to setpublic CaBundle.Builder caBundlePem(String caBundlePem)
Certificates (in PEM format) in the CA bundle. Can be of arbitrary length.
caBundlePem
- the value to setpublic CaBundle build()
public CaBundle.Builder copy(CaBundle model)
Copyright © 2016–2024. All rights reserved.