public static class ConnectHarness.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ConnectHarness |
build() |
ConnectHarness.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the connect harness.
|
ConnectHarness.Builder |
copy(ConnectHarness model) |
ConnectHarness.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ConnectHarness.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
ConnectHarness.Builder |
id(String id)
The OCID of the connect harness.
|
ConnectHarness.Builder |
lifecycleState(ConnectHarness.LifecycleState lifecycleState)
The current state of the connect harness.
|
ConnectHarness.Builder |
lifecycleStateDetails(String lifecycleStateDetails)
Any additional details about the current state of the connect harness.
|
ConnectHarness.Builder |
name(String name)
The name of the connect harness.
|
ConnectHarness.Builder |
timeCreated(Date timeCreated)
The date and time the connect harness was created, expressed in in RFC
3339 timestamp format.
|
public ConnectHarness.Builder name(String name)
The name of the connect harness. Avoid entering confidential information.
Example: JDBCConnector
name
- the value to setpublic ConnectHarness.Builder id(String id)
The OCID of the connect harness.
id
- the value to setpublic ConnectHarness.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the connect harness.
compartmentId
- the value to setpublic ConnectHarness.Builder lifecycleState(ConnectHarness.LifecycleState lifecycleState)
The current state of the connect harness.
lifecycleState
- the value to setpublic ConnectHarness.Builder lifecycleStateDetails(String lifecycleStateDetails)
Any additional details about the current state of the connect harness.
lifecycleStateDetails
- the value to setpublic ConnectHarness.Builder timeCreated(Date timeCreated)
The date and time the connect harness was created, expressed in in RFC 3339 timestamp format.
Example: 2018-04-20T00:00:07.405Z
timeCreated
- the value to setpublic ConnectHarness.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. Exists for cross-compatibility only. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic ConnectHarness.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}'
definedTags
- the value to setpublic ConnectHarness build()
public ConnectHarness.Builder copy(ConnectHarness model)
Copyright © 2016–2024. All rights reserved.