Package com.oracle.bmc.streaming.model
Class CreateConnectHarnessDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.streaming.model.CreateConnectHarnessDetails.Builder
 
- 
- Enclosing class:
- CreateConnectHarnessDetails
 
 public static class CreateConnectHarnessDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateConnectHarnessDetailsbuild()CreateConnectHarnessDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the connect harness.CreateConnectHarnessDetails.Buildercopy(CreateConnectHarnessDetails model)CreateConnectHarnessDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateConnectHarnessDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.CreateConnectHarnessDetails.Buildername(String name)The name of the connect harness.
 
- 
- 
- 
Method Detail- 
namepublic CreateConnectHarnessDetails.Builder name(String name) The name of the connect harness.Avoid entering confidential information. Example: JDBCConnector - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateConnectHarnessDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the connect harness.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateConnectHarnessDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags. Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateConnectHarnessDetails.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"}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateConnectHarnessDetails build() 
 - 
copypublic CreateConnectHarnessDetails.Builder copy(CreateConnectHarnessDetails model) 
 
- 
 
-