Class EkmsPrivateEndpoint.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.EkmsPrivateEndpoint.Builder
 
- 
- Enclosing class:
- EkmsPrivateEndpoint
 
 public static class EkmsPrivateEndpoint.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EkmsPrivateEndpointbuild()EkmsPrivateEndpoint.BuildercaBundle(String caBundle)CABundle to validate TLS certificate of the external key manager system in PEM formatEkmsPrivateEndpoint.BuildercompartmentId(String compartmentId)Compartment Identifier.EkmsPrivateEndpoint.Buildercopy(EkmsPrivateEndpoint model)EkmsPrivateEndpoint.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.EkmsPrivateEndpoint.BuilderdisplayName(String displayName)EKMS Private Endpoint display nameEkmsPrivateEndpoint.BuilderexternalKeyManagerIp(String externalKeyManagerIp)Private IP of the external key manager system to connect to from the EKMS private endpointEkmsPrivateEndpoint.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.EkmsPrivateEndpoint.Builderid(String id)Unique identifier that is immutableEkmsPrivateEndpoint.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.EkmsPrivateEndpoint.BuilderlifecycleState(EkmsPrivateEndpoint.LifecycleState lifecycleState)The current state of the EKMS private endpoint resource.EkmsPrivateEndpoint.Builderport(Integer port)The port of the external key manager systemEkmsPrivateEndpoint.BuilderprivateEndpointIp(String privateEndpointIp)The IP address in the customer’s VCN for the EKMS private endpoint.EkmsPrivateEndpoint.BuildersubnetId(String subnetId)Subnet IdentifierEkmsPrivateEndpoint.BuildertimeCreated(Date timeCreated)The time the EKMS private endpoint was created.EkmsPrivateEndpoint.BuildertimeUpdated(Date timeUpdated)The time the EKMS private endpoint was updated.
 
- 
- 
- 
Method Detail- 
idpublic EkmsPrivateEndpoint.Builder id(String id) Unique identifier that is immutable- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic EkmsPrivateEndpoint.Builder compartmentId(String compartmentId) Compartment Identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic EkmsPrivateEndpoint.Builder subnetId(String subnetId) Subnet Identifier- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic EkmsPrivateEndpoint.Builder displayName(String displayName) EKMS Private Endpoint display name- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic EkmsPrivateEndpoint.Builder timeCreated(Date timeCreated) The time the EKMS private endpoint was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic EkmsPrivateEndpoint.Builder timeUpdated(Date timeUpdated) The time the EKMS private endpoint was updated.An RFC3339 formatted datetime string. - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic EkmsPrivateEndpoint.Builder lifecycleState(EkmsPrivateEndpoint.LifecycleState lifecycleState) The current state of the EKMS private endpoint resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic 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. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
externalKeyManagerIppublic EkmsPrivateEndpoint.Builder externalKeyManagerIp(String externalKeyManagerIp) Private IP of the external key manager system to connect to from the EKMS private endpoint- Parameters:
- externalKeyManagerIp- the value to set
- Returns:
- this builder
 
 - 
portpublic EkmsPrivateEndpoint.Builder port(Integer port) The port of the external key manager system- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
caBundlepublic EkmsPrivateEndpoint.Builder caBundle(String caBundle) CABundle to validate TLS certificate of the external key manager system in PEM format- Parameters:
- caBundle- the value to set
- Returns:
- this builder
 
 - 
privateEndpointIppublic EkmsPrivateEndpoint.Builder privateEndpointIp(String privateEndpointIp) The IP address in the customer’s VCN for the EKMS private endpoint.This is taken from subnet - Parameters:
- privateEndpointIp- the value to set
- Returns:
- this builder
 
 - 
buildpublic EkmsPrivateEndpoint build() 
 - 
copypublic EkmsPrivateEndpoint.Builder copy(EkmsPrivateEndpoint model) 
 
- 
 
-