public static class CreateWorkspaceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateWorkspaceDetails |
build() |
CreateWorkspaceDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the workspace.
|
CreateWorkspaceDetails.Builder |
copy(CreateWorkspaceDetails model) |
CreateWorkspaceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateWorkspaceDetails.Builder |
description(String description)
A user defined description for the workspace.
|
CreateWorkspaceDetails.Builder |
displayName(String displayName)
A user-friendly display name for the workspace.
|
CreateWorkspaceDetails.Builder |
dnsServerIp(String dnsServerIp)
The IP of the custom DNS.
|
CreateWorkspaceDetails.Builder |
dnsServerZone(String dnsServerZone)
The DNS zone of the custom DNS to use to resolve names.
|
CreateWorkspaceDetails.Builder |
endpointCompartmentId(String endpointCompartmentId)
DCMS PRivate Endpoint Compartment Identifier
|
CreateWorkspaceDetails.Builder |
endpointId(String endpointId)
DCMS Private Endpoint ID associated with workspace if the pvt networking is enabled
|
CreateWorkspaceDetails.Builder |
endpointName(String endpointName)
DCMS Private Endpoint Name
|
CreateWorkspaceDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateWorkspaceDetails.Builder |
isPrivateNetworkEnabled(Boolean isPrivateNetworkEnabled)
Specifies whether the private network connection is enabled or disabled.
|
CreateWorkspaceDetails.Builder |
registryCompartmentId(String registryCompartmentId)
DCMS Data Asset Registry Compartment Identifier
|
CreateWorkspaceDetails.Builder |
registryId(String registryId)
DCMS Data Asset Registry ID to which the workspace is associated
|
CreateWorkspaceDetails.Builder |
registryName(String registryName)
DCMS Data Asset Registry display name
|
CreateWorkspaceDetails.Builder |
subnetId(String subnetId)
The OCID of the subnet for customer connected databases.
|
CreateWorkspaceDetails.Builder |
vcnId(String vcnId)
The OCID of the VCN the subnet is in.
|
CreateWorkspaceDetails.Builder |
workspaceProperties(Map<String,String> workspaceProperties)
Key-values pairs of workspace for storing properties on the workspace.
|
public CreateWorkspaceDetails.Builder vcnId(String vcnId)
The OCID of the VCN the subnet is in.
vcnId
- the value to setpublic CreateWorkspaceDetails.Builder subnetId(String subnetId)
The OCID of the subnet for customer connected databases.
subnetId
- the value to setpublic CreateWorkspaceDetails.Builder dnsServerIp(String dnsServerIp)
The IP of the custom DNS.
dnsServerIp
- the value to setpublic CreateWorkspaceDetails.Builder dnsServerZone(String dnsServerZone)
The DNS zone of the custom DNS to use to resolve names.
dnsServerZone
- the value to setpublic CreateWorkspaceDetails.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 CreateWorkspaceDetails.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 CreateWorkspaceDetails.Builder description(String description)
A user defined description for the workspace.
description
- the value to setpublic CreateWorkspaceDetails.Builder displayName(String displayName)
A user-friendly display name for the workspace. Does not have to be unique, and can be modified. Avoid entering confidential information.
displayName
- the value to setpublic CreateWorkspaceDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the workspace.
compartmentId
- the value to setpublic CreateWorkspaceDetails.Builder isPrivateNetworkEnabled(Boolean isPrivateNetworkEnabled)
Specifies whether the private network connection is enabled or disabled.
isPrivateNetworkEnabled
- the value to setpublic CreateWorkspaceDetails.Builder registryId(String registryId)
DCMS Data Asset Registry ID to which the workspace is associated
registryId
- the value to setpublic CreateWorkspaceDetails.Builder endpointId(String endpointId)
DCMS Private Endpoint ID associated with workspace if the pvt networking is enabled
endpointId
- the value to setpublic CreateWorkspaceDetails.Builder registryName(String registryName)
DCMS Data Asset Registry display name
registryName
- the value to setpublic CreateWorkspaceDetails.Builder registryCompartmentId(String registryCompartmentId)
DCMS Data Asset Registry Compartment Identifier
registryCompartmentId
- the value to setpublic CreateWorkspaceDetails.Builder endpointName(String endpointName)
DCMS Private Endpoint Name
endpointName
- the value to setpublic CreateWorkspaceDetails.Builder endpointCompartmentId(String endpointCompartmentId)
DCMS PRivate Endpoint Compartment Identifier
endpointCompartmentId
- the value to setpublic CreateWorkspaceDetails.Builder workspaceProperties(Map<String,String> workspaceProperties)
Key-values pairs of workspace for storing properties on the workspace.
workspaceProperties
- the value to setpublic CreateWorkspaceDetails build()
public CreateWorkspaceDetails.Builder copy(CreateWorkspaceDetails model)
Copyright © 2016–2024. All rights reserved.