static Workspace.Builder |
Workspace.builder() |
Create a new builder.
|
Workspace.Builder |
Workspace.Builder.compartmentId(String compartmentId) |
The OCID of the compartment containing the workspace.
|
Workspace.Builder |
Workspace.Builder.copy(Workspace model) |
|
Workspace.Builder |
Workspace.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Workspace.Builder |
Workspace.Builder.description(String description) |
A detailed description for the workspace.
|
Workspace.Builder |
Workspace.Builder.displayName(String displayName) |
A user-friendly display name for the workspace.
|
Workspace.Builder |
Workspace.Builder.dnsServerIp(String dnsServerIp) |
The IP of the custom DNS.
|
Workspace.Builder |
Workspace.Builder.dnsServerZone(String dnsServerZone) |
The DNS zone of the custom DNS to use to resolve names.
|
Workspace.Builder |
Workspace.Builder.endpointId(String endpointId) |
OCID of the private endpoint associated with the container/workspace.
|
Workspace.Builder |
Workspace.Builder.endpointName(String endpointName) |
Name of the private endpoint associated with the container/workspace.
|
Workspace.Builder |
Workspace.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Workspace.Builder |
Workspace.Builder.id(String id) |
A system-generated and immutable identifier assigned to the workspace upon creation.
|
Workspace.Builder |
Workspace.Builder.isPrivateNetworkEnabled(Boolean isPrivateNetworkEnabled) |
Specifies whether the private network connection is enabled or disabled.
|
Workspace.Builder |
Workspace.Builder.lifecycleState(Workspace.LifecycleState lifecycleState) |
Lifecycle states for workspaces in Data Integration Service CREATING - The resource is
being created and may not be usable until the entire metadata is defined UPDATING - The
resource is being updated and may not be usable until all changes are commited DELETING -
The resource is being deleted and might require deep cleanup of children.
|
Workspace.Builder |
Workspace.Builder.registryId(String registryId) |
DCMS Registry ID associated with the container/workspace.
|
Workspace.Builder |
Workspace.Builder.stateMessage(String stateMessage) |
A message describing the current state in more detail.
|
Workspace.Builder |
Workspace.Builder.subnetId(String subnetId) |
The OCID of the subnet for customer connected databases.
|
Workspace.Builder |
Workspace.Builder.timeCreated(Date timeCreated) |
The date and time the workspace was created, in the timestamp format defined by RFC3339.
|
Workspace.Builder |
Workspace.Builder.timeUpdated(Date timeUpdated) |
The date and time the workspace was updated, in the timestamp format defined by
RFC3339.
|
Workspace.Builder |
Workspace.toBuilder() |
|
Workspace.Builder |
Workspace.Builder.vcnId(String vcnId) |
The OCID of the VCN the subnet is in.
|
Workspace.Builder |
Workspace.Builder.workspaceProperties(Map<String,String> workspaceProperties) |
key-value pairs of workspace properties
|