public static class CustomEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomEndpointDetails |
build() |
CustomEndpointDetails.Builder |
certificateSecretId(String certificateSecretId)
Optional OCID of a vault/secret containing a private SSL certificate bundle to be used
for the custom hostname.
|
CustomEndpointDetails.Builder |
certificateSecretVersion(Integer certificateSecretVersion)
The secret version used for the certificate-secret-id (if certificate-secret-id is
specified).
|
CustomEndpointDetails.Builder |
copy(CustomEndpointDetails model) |
CustomEndpointDetails.Builder |
hostname(String hostname)
A custom hostname to be used for the vb instance URL, in FQDN format.
|
public CustomEndpointDetails.Builder hostname(String hostname)
A custom hostname to be used for the vb instance URL, in FQDN format.
hostname
- the value to setpublic CustomEndpointDetails.Builder certificateSecretId(String certificateSecretId)
Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname.
certificateSecretId
- the value to setpublic CustomEndpointDetails.Builder certificateSecretVersion(Integer certificateSecretVersion)
The secret version used for the certificate-secret-id (if certificate-secret-id is specified).
certificateSecretVersion
- the value to setpublic CustomEndpointDetails build()
public CustomEndpointDetails.Builder copy(CustomEndpointDetails model)
Copyright © 2016–2024. All rights reserved.