Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Workspace |
build() |
Workspace.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the workspace.
|
Workspace.Builder |
copy(Workspace model) |
Workspace.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Workspace.Builder |
description(String description)
A detailed description for the workspace.
|
Workspace.Builder |
displayName(String displayName)
A user-friendly display name for the workspace.
|
Workspace.Builder |
dnsServerIp(String dnsServerIp)
The IP of the custom DNS.
|
Workspace.Builder |
dnsServerZone(String dnsServerZone)
The DNS zone of the custom DNS to use to resolve names.
|
Workspace.Builder |
endpointId(String endpointId)
OCID of the private endpoint associated with the container/workspace.
|
Workspace.Builder |
endpointName(String endpointName)
Name of the private endpoint associated with the container/workspace.
|
Workspace.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Workspace.Builder |
id(String id)
A system-generated and immutable identifier assigned to the workspace upon creation.
|
Workspace.Builder |
isPrivateNetworkEnabled(Boolean isPrivateNetworkEnabled)
Specifies whether the private network connection is enabled or disabled.
|
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 |
registryId(String registryId)
DCMS Registry ID associated with the container/workspace.
|
Workspace.Builder |
stateMessage(String stateMessage)
A message describing the current state in more detail.
|
Workspace.Builder |
subnetId(String subnetId)
The OCID of the subnet for customer connected databases.
|
Workspace.Builder |
timeCreated(Date timeCreated)
The date and time the workspace was created, in the timestamp format defined by RFC3339.
|
Workspace.Builder |
timeUpdated(Date timeUpdated)
The date and time the workspace was updated, in the timestamp format defined by
RFC3339.
|
Workspace.Builder |
vcnId(String vcnId)
The OCID of the VCN the subnet is in.
|
Workspace.Builder |
workspaceProperties(Map<String,String> workspaceProperties)
key-value pairs of workspace properties
|
public Workspace.Builder vcnId(String vcnId)
The OCID of the VCN the subnet is in.
vcnId
- the value to setpublic Workspace.Builder subnetId(String subnetId)
The OCID of the subnet for customer connected databases.
subnetId
- the value to setpublic Workspace.Builder dnsServerIp(String dnsServerIp)
The IP of the custom DNS.
dnsServerIp
- the value to setpublic Workspace.Builder dnsServerZone(String dnsServerZone)
The DNS zone of the custom DNS to use to resolve names.
dnsServerZone
- the value to setpublic Workspace.Builder isPrivateNetworkEnabled(Boolean isPrivateNetworkEnabled)
Specifies whether the private network connection is enabled or disabled.
isPrivateNetworkEnabled
- the value to setpublic Workspace.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 Workspace.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 Workspace.Builder description(String description)
A detailed description for the workspace.
description
- the value to setpublic Workspace.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 Workspace.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the workspace.
compartmentId
- the value to setpublic Workspace.Builder timeCreated(Date timeCreated)
The date and time the workspace was created, in the timestamp format defined by RFC3339.
timeCreated
- the value to setpublic Workspace.Builder timeUpdated(Date timeUpdated)
The date and time the workspace was updated, in the timestamp format defined by RFC3339.
timeUpdated
- the value to setpublic 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. ACTIVE - The resource is valid and available for access INACTIVE - The resource might be incomplete in its definition or might have been made unavailable for administrative reasons DELETED - The resource has been deleted and isn’t available FAILED - The resource is in a failed state due to validation or other errors STARTING - The resource is being started and may not be usable until becomes ACTIVE again STOPPING - The resource is in the process of Stopping and may not be usable until it Stops or fails STOPPED - The resource is in Stopped state due to stop operation.
lifecycleState
- the value to setpublic Workspace.Builder stateMessage(String stateMessage)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in failed state.
stateMessage
- the value to setpublic Workspace.Builder id(String id)
A system-generated and immutable identifier assigned to the workspace upon creation.
id
- the value to setpublic Workspace.Builder endpointId(String endpointId)
OCID of the private endpoint associated with the container/workspace.
endpointId
- the value to setpublic Workspace.Builder endpointName(String endpointName)
Name of the private endpoint associated with the container/workspace.
endpointName
- the value to setpublic Workspace.Builder registryId(String registryId)
DCMS Registry ID associated with the container/workspace.
registryId
- the value to setpublic Workspace.Builder workspaceProperties(Map<String,String> workspaceProperties)
key-value pairs of workspace properties
workspaceProperties
- the value to setpublic Workspace build()
public Workspace.Builder copy(Workspace model)
Copyright © 2016–2024. All rights reserved.