Class DistributedDatabasePrivateEndpointSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.distributeddatabase.model.DistributedDatabasePrivateEndpointSummary.Builder
 
- 
- Enclosing class:
- DistributedDatabasePrivateEndpointSummary
 
 public static class DistributedDatabasePrivateEndpointSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic DistributedDatabasePrivateEndpointSummary.Builder id(String id) DistributedDatabasePrivateEndpoint identifier- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic DistributedDatabasePrivateEndpointSummary.Builder description(String description) DistributedDatabasePrivateEndpoint description.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic DistributedDatabasePrivateEndpointSummary.Builder compartmentId(String compartmentId) Identifier of the compartment where private endpoint exists.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic DistributedDatabasePrivateEndpointSummary.Builder subnetId(String subnetId) Identifier of the customer subnet against which private endpoint is created.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
vcnIdpublic DistributedDatabasePrivateEndpointSummary.Builder vcnId(String vcnId) Identifier of the VCN in which subnet exists.- Parameters:
- vcnId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic DistributedDatabasePrivateEndpointSummary.Builder displayName(String displayName) Private endpoint display name.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
nsgIdspublic DistributedDatabasePrivateEndpointSummary.Builder nsgIds(List<String> nsgIds) The OCIDs of the network security groups that the private endpoint belongs to.- Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic DistributedDatabasePrivateEndpointSummary.Builder timeCreated(Date timeCreated) The time the the private endpoint was created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic DistributedDatabasePrivateEndpointSummary.Builder timeUpdated(Date timeUpdated) The time the private endpoint was last updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic DistributedDatabasePrivateEndpointSummary.Builder lifecycleState(DistributedDatabasePrivateEndpoint.LifecycleState lifecycleState) Lifecycle state of private endpoint.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic DistributedDatabasePrivateEndpointSummary.Builder lifecycleDetails(String lifecycleDetails) Detailed message for the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic DistributedDatabasePrivateEndpointSummary.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 DistributedDatabasePrivateEndpointSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic DistributedDatabasePrivateEndpointSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic DistributedDatabasePrivateEndpointSummary build() 
 - 
copypublic DistributedDatabasePrivateEndpointSummary.Builder copy(DistributedDatabasePrivateEndpointSummary model) 
 
- 
 
-