public static class UpdateCustomEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomEndpointDetails |
build() |
UpdateCustomEndpointDetails.Builder |
certificateSecretId(String certificateSecretId)
Optional OCID of a vault/secret containing a private SSL certificate bundle to be used
for the custom hostname.
|
UpdateCustomEndpointDetails.Builder |
copy(UpdateCustomEndpointDetails model) |
UpdateCustomEndpointDetails.Builder |
hostname(String hostname)
A custom hostname to be used for the integration instance URL, in FQDN format.
|
public UpdateCustomEndpointDetails.Builder hostname(String hostname)
A custom hostname to be used for the integration instance URL, in FQDN format.
hostname
- the value to setpublic UpdateCustomEndpointDetails.Builder certificateSecretId(String certificateSecretId)
Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname. All certificates should be stored in a single base64 encoded secret. Note the update will fail if this is not a valid certificate.
certificateSecretId
- the value to setpublic UpdateCustomEndpointDetails build()
public UpdateCustomEndpointDetails.Builder copy(UpdateCustomEndpointDetails model)
Copyright © 2016–2024. All rights reserved.