Class EkmsPrivateEndpointSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.keymanagement.model.EkmsPrivateEndpointSummary.Builder
 
- 
- Enclosing class:
- EkmsPrivateEndpointSummary
 
 public static class EkmsPrivateEndpointSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EkmsPrivateEndpointSummarybuild()EkmsPrivateEndpointSummary.BuildercompartmentId(String compartmentId)Identifier of the compartment this EKMS private endpoint belongs toEkmsPrivateEndpointSummary.Buildercopy(EkmsPrivateEndpointSummary model)EkmsPrivateEndpointSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Usage of predefined tag keys.EkmsPrivateEndpointSummary.BuilderdisplayName(String displayName)Mutable name of the EKMS private endpointEkmsPrivateEndpointSummary.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.EkmsPrivateEndpointSummary.Builderid(String id)Unique identifier that is immutableEkmsPrivateEndpointSummary.BuilderlifecycleState(EkmsPrivateEndpointSummary.LifecycleState lifecycleState)The current state of the EKMS private endpoint resource.EkmsPrivateEndpointSummary.BuildersubnetId(String subnetId)Subnet IdentifierEkmsPrivateEndpointSummary.BuildertimeCreated(Date timeCreated)The time the EKMS private endpoint was created.EkmsPrivateEndpointSummary.BuildertimeUpdated(Date timeUpdated)The time the EKMS private endpoint was updated.
 
- 
- 
- 
Method Detail- 
idpublic EkmsPrivateEndpointSummary.Builder id(String id) Unique identifier that is immutable- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic EkmsPrivateEndpointSummary.Builder subnetId(String subnetId) Subnet Identifier- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic EkmsPrivateEndpointSummary.Builder compartmentId(String compartmentId) Identifier of the compartment this EKMS private endpoint belongs to- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic EkmsPrivateEndpointSummary.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 EkmsPrivateEndpointSummary.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
 
 - 
displayNamepublic EkmsPrivateEndpointSummary.Builder displayName(String displayName) Mutable name of the EKMS private endpoint- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic EkmsPrivateEndpointSummary.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 EkmsPrivateEndpointSummary.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 EkmsPrivateEndpointSummary.Builder lifecycleState(EkmsPrivateEndpointSummary.LifecycleState lifecycleState) The current state of the EKMS private endpoint resource.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic EkmsPrivateEndpointSummary build() 
 - 
copypublic EkmsPrivateEndpointSummary.Builder copy(EkmsPrivateEndpointSummary model) 
 
- 
 
-