public static class EkmsPrivateEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EkmsPrivateEndpoint |
build() |
EkmsPrivateEndpoint.Builder |
caBundle(String caBundle)
CABundle to validate TLS certificate of the external key manager system in PEM format
|
EkmsPrivateEndpoint.Builder |
compartmentId(String compartmentId)
Compartment Identifier.
|
EkmsPrivateEndpoint.Builder |
copy(EkmsPrivateEndpoint model) |
EkmsPrivateEndpoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
EkmsPrivateEndpoint.Builder |
displayName(String displayName)
EKMS Private Endpoint display name
|
EkmsPrivateEndpoint.Builder |
externalKeyManagerIp(String externalKeyManagerIp)
Private IP of the external key manager system to connect to from the EKMS private
endpoint
|
EkmsPrivateEndpoint.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
EkmsPrivateEndpoint.Builder |
id(String id)
Unique identifier that is immutable
|
EkmsPrivateEndpoint.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
EkmsPrivateEndpoint.Builder |
lifecycleState(EkmsPrivateEndpoint.LifecycleState lifecycleState)
The current state of the EKMS private endpoint resource.
|
EkmsPrivateEndpoint.Builder |
port(Integer port)
The port of the external key manager system
|
EkmsPrivateEndpoint.Builder |
privateEndpointIp(String privateEndpointIp)
The IP address in the customer’s VCN for the EKMS private endpoint.
|
EkmsPrivateEndpoint.Builder |
subnetId(String subnetId)
Subnet Identifier
|
EkmsPrivateEndpoint.Builder |
timeCreated(Date timeCreated)
The time the EKMS private endpoint was created.
|
EkmsPrivateEndpoint.Builder |
timeUpdated(Date timeUpdated)
The time the EKMS private endpoint was updated.
|
public EkmsPrivateEndpoint.Builder id(String id)
Unique identifier that is immutable
id
- the value to setpublic EkmsPrivateEndpoint.Builder compartmentId(String compartmentId)
Compartment Identifier.
compartmentId
- the value to setpublic EkmsPrivateEndpoint.Builder subnetId(String subnetId)
Subnet Identifier
subnetId
- the value to setpublic EkmsPrivateEndpoint.Builder displayName(String displayName)
EKMS Private Endpoint display name
displayName
- the value to setpublic EkmsPrivateEndpoint.Builder timeCreated(Date timeCreated)
The time the EKMS private endpoint was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic EkmsPrivateEndpoint.Builder timeUpdated(Date timeUpdated)
The time the EKMS private endpoint was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic EkmsPrivateEndpoint.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 EkmsPrivateEndpoint.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 EkmsPrivateEndpoint.Builder lifecycleState(EkmsPrivateEndpoint.LifecycleState lifecycleState)
The current state of the EKMS private endpoint resource.
lifecycleState
- the value to setpublic EkmsPrivateEndpoint.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in ‘Failed’ state.
lifecycleDetails
- the value to setpublic EkmsPrivateEndpoint.Builder externalKeyManagerIp(String externalKeyManagerIp)
Private IP of the external key manager system to connect to from the EKMS private endpoint
externalKeyManagerIp
- the value to setpublic EkmsPrivateEndpoint.Builder port(Integer port)
The port of the external key manager system
port
- the value to setpublic EkmsPrivateEndpoint.Builder caBundle(String caBundle)
CABundle to validate TLS certificate of the external key manager system in PEM format
caBundle
- the value to setpublic EkmsPrivateEndpoint.Builder privateEndpointIp(String privateEndpointIp)
The IP address in the customer’s VCN for the EKMS private endpoint. This is taken from subnet
privateEndpointIp
- the value to setpublic EkmsPrivateEndpoint build()
public EkmsPrivateEndpoint.Builder copy(EkmsPrivateEndpoint model)
Copyright © 2016–2024. All rights reserved.