public static class DataSciencePrivateEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public DataSciencePrivateEndpointSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create private Endpoint.
compartmentId
- the value to setpublic DataSciencePrivateEndpointSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. See
Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic DataSciencePrivateEndpointSummary.Builder displayName(String displayName)
A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.
displayName
- the value to setpublic DataSciencePrivateEndpointSummary.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. See Resource
Tags. Example:
{"Department": "Finance"}
freeformTags
- the value to setpublic DataSciencePrivateEndpointSummary.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"}}
systemTags
- the value to setpublic DataSciencePrivateEndpointSummary.Builder id(String id)
The OCID of a private endpoint.
id
- the value to setpublic DataSciencePrivateEndpointSummary.Builder lifecycleState(DataSciencePrivateEndpointLifecycleState lifecycleState)
State of a private endpoint.
lifecycleState
- the value to setpublic DataSciencePrivateEndpointSummary.Builder lifecycleDetails(String lifecycleDetails)
Details of the state of a private endpoint.
lifecycleDetails
- the value to setpublic DataSciencePrivateEndpointSummary.Builder dataScienceResourceType(DataScienceResourceType dataScienceResourceType)
Data Science resource type.
dataScienceResourceType
- the value to setpublic DataSciencePrivateEndpointSummary.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
nsgIds
- the value to setpublic DataSciencePrivateEndpointSummary.Builder createdBy(String createdBy)
The OCID of the user that created the private endpoint.
createdBy
- the value to setpublic DataSciencePrivateEndpointSummary.Builder subnetId(String subnetId)
The OCID of a subnet.
subnetId
- the value to setpublic DataSciencePrivateEndpointSummary.Builder fqdn(String fqdn)
Accesing Data Science resource using FQDN.
fqdn
- the value to setpublic DataSciencePrivateEndpointSummary.Builder timeCreated(Date timeCreated)
The date and time that the Data Science private endpoint was created, expressed in RFC
3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
timeCreated
- the value to setpublic DataSciencePrivateEndpointSummary.Builder timeUpdated(Date timeUpdated)
The date and time that the Data Science private endpoint was updated expressed in RFC
3339 timestamp format. Example: 2018-04-03T21:10:29.600Z
timeUpdated
- the value to setpublic DataSciencePrivateEndpointSummary build()
public DataSciencePrivateEndpointSummary.Builder copy(DataSciencePrivateEndpointSummary model)
Copyright © 2016–2024. All rights reserved.