public static class CreateEkmsPrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateEkmsPrivateEndpointDetails |
build() |
CreateEkmsPrivateEndpointDetails.Builder |
caBundle(String caBundle)
CABundle to validate TLS certificate of the external key manager system in PEM format
|
CreateEkmsPrivateEndpointDetails.Builder |
compartmentId(String compartmentId)
Compartment identifier.
|
CreateEkmsPrivateEndpointDetails.Builder |
copy(CreateEkmsPrivateEndpointDetails model) |
CreateEkmsPrivateEndpointDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
CreateEkmsPrivateEndpointDetails.Builder |
displayName(String displayName)
Display name of the EKMS private endpoint resource being created.
|
CreateEkmsPrivateEndpointDetails.Builder |
externalKeyManagerIp(String externalKeyManagerIp)
External private IP to connect to from this EKMS private endpoint
|
CreateEkmsPrivateEndpointDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
CreateEkmsPrivateEndpointDetails.Builder |
port(Integer port)
The port of the external key manager system
|
CreateEkmsPrivateEndpointDetails.Builder |
subnetId(String subnetId)
The OCID of subnet in which the EKMS private endpoint is to be created
|
public CreateEkmsPrivateEndpointDetails.Builder subnetId(String subnetId)
The OCID of subnet in which the EKMS private endpoint is to be created
subnetId
- the value to setpublic CreateEkmsPrivateEndpointDetails.Builder compartmentId(String compartmentId)
Compartment identifier.
compartmentId
- the value to setpublic CreateEkmsPrivateEndpointDetails.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 CreateEkmsPrivateEndpointDetails.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 CreateEkmsPrivateEndpointDetails.Builder displayName(String displayName)
Display name of the EKMS private endpoint resource being created.
displayName
- the value to setpublic CreateEkmsPrivateEndpointDetails.Builder externalKeyManagerIp(String externalKeyManagerIp)
External private IP to connect to from this EKMS private endpoint
externalKeyManagerIp
- the value to setpublic CreateEkmsPrivateEndpointDetails.Builder caBundle(String caBundle)
CABundle to validate TLS certificate of the external key manager system in PEM format
caBundle
- the value to setpublic CreateEkmsPrivateEndpointDetails.Builder port(Integer port)
The port of the external key manager system
port
- the value to setpublic CreateEkmsPrivateEndpointDetails build()
public CreateEkmsPrivateEndpointDetails.Builder copy(CreateEkmsPrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.