public static class DataSciencePrivateEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DataSciencePrivateEndpoint |
build() |
DataSciencePrivateEndpoint.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment where you want to create private endpoint.
|
DataSciencePrivateEndpoint.Builder |
copy(DataSciencePrivateEndpoint model) |
DataSciencePrivateEndpoint.Builder |
createdBy(String createdBy)
The OCID
of the user that created the private endpoint.
|
DataSciencePrivateEndpoint.Builder |
dataScienceResourceType(DataScienceResourceType dataScienceResourceType)
Data Science resource type.
|
DataSciencePrivateEndpoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DataSciencePrivateEndpoint.Builder |
description(String description)
A user friendly description.
|
DataSciencePrivateEndpoint.Builder |
displayName(String displayName)
A user friendly name.
|
DataSciencePrivateEndpoint.Builder |
fqdn(String fqdn)
Accesing the Data Science resource using FQDN.
|
DataSciencePrivateEndpoint.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DataSciencePrivateEndpoint.Builder |
id(String id)
The OCID of a private endpoint.
|
DataSciencePrivateEndpoint.Builder |
lifecycleDetails(String lifecycleDetails)
Details of the state of Data Science private endpoint.
|
DataSciencePrivateEndpoint.Builder |
lifecycleState(DataSciencePrivateEndpointLifecycleState lifecycleState)
State of the Data Science private endpoint.
|
DataSciencePrivateEndpoint.Builder |
nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
|
DataSciencePrivateEndpoint.Builder |
subnetId(String subnetId)
The OCID of a subnet.
|
DataSciencePrivateEndpoint.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
DataSciencePrivateEndpoint.Builder |
timeCreated(Date timeCreated)
The date and time that the Data Science private endpoint was created expressed in RFC
3339 timestamp format.
|
DataSciencePrivateEndpoint.Builder |
timeUpdated(Date timeUpdated)
The date and time that the Data Science private endpoint was updated expressed in RFC
3339 timestamp format.
|
public DataSciencePrivateEndpoint.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to create private endpoint.
compartmentId
- the value to setpublic DataSciencePrivateEndpoint.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 DataSciencePrivateEndpoint.Builder description(String description)
A user friendly description. Avoid entering confidential information.
description
- the value to setpublic DataSciencePrivateEndpoint.Builder displayName(String displayName)
A user friendly name. It doesn’t have to be unique. Avoid entering confidential information.
displayName
- the value to setpublic DataSciencePrivateEndpoint.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 DataSciencePrivateEndpoint.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 DataSciencePrivateEndpoint.Builder id(String id)
The OCID of a private endpoint.
id
- the value to setpublic DataSciencePrivateEndpoint.Builder lifecycleDetails(String lifecycleDetails)
Details of the state of Data Science private endpoint.
lifecycleDetails
- the value to setpublic DataSciencePrivateEndpoint.Builder lifecycleState(DataSciencePrivateEndpointLifecycleState lifecycleState)
State of the Data Science private endpoint.
lifecycleState
- the value to setpublic DataSciencePrivateEndpoint.Builder nsgIds(List<String> nsgIds)
An array of network security group OCIDs.
nsgIds
- the value to setpublic DataSciencePrivateEndpoint.Builder createdBy(String createdBy)
The OCID of the user that created the private endpoint.
createdBy
- the value to setpublic DataSciencePrivateEndpoint.Builder subnetId(String subnetId)
The OCID of a subnet.
subnetId
- the value to setpublic DataSciencePrivateEndpoint.Builder fqdn(String fqdn)
Accesing the Data Science resource using FQDN.
fqdn
- the value to setpublic DataSciencePrivateEndpoint.Builder dataScienceResourceType(DataScienceResourceType dataScienceResourceType)
Data Science resource type.
dataScienceResourceType
- the value to setpublic DataSciencePrivateEndpoint.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 DataSciencePrivateEndpoint.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 DataSciencePrivateEndpoint build()
public DataSciencePrivateEndpoint.Builder copy(DataSciencePrivateEndpoint model)
Copyright © 2016–2024. All rights reserved.