public static class CreateDataSafePrivateEndpointDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateDataSafePrivateEndpointDetails.Builder displayName(String displayName)
The display name for the private endpoint. The name does not have to be unique, and it’s changeable.
displayName
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder vcnId(String vcnId)
The OCID of the VCN.
vcnId
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder subnetId(String subnetId)
The OCID of the subnet.
subnetId
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder privateEndpointIp(String privateEndpointIp)
The private IP address of the private endpoint.
privateEndpointIp
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder description(String description)
The description of the private endpoint.
description
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder nsgIds(List<String> nsgIds)
The OCIDs of the network security groups that the private endpoint belongs to.
nsgIds
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic CreateDataSafePrivateEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic CreateDataSafePrivateEndpointDetails build()
public CreateDataSafePrivateEndpointDetails.Builder copy(CreateDataSafePrivateEndpointDetails model)
Copyright © 2016–2024. All rights reserved.