Package com.oracle.bmc.datasafe.model
Class CreateOnPremConnectorDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.CreateOnPremConnectorDetails.Builder
 
- 
- Enclosing class:
- CreateOnPremConnectorDetails
 
 public static class CreateOnPremConnectorDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOnPremConnectorDetailsbuild()CreateOnPremConnectorDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to create the on-premises connector.CreateOnPremConnectorDetails.Buildercopy(CreateOnPremConnectorDetails model)CreateOnPremConnectorDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateOnPremConnectorDetails.Builderdescription(String description)The description of the on-premises connector.CreateOnPremConnectorDetails.BuilderdisplayName(String displayName)The display name of the on-premises connector.CreateOnPremConnectorDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateOnPremConnectorDetails.Builder displayName(String displayName) The display name of the on-premises connector.The name does not have to be unique, and it’s changeable. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateOnPremConnectorDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to create the on-premises connector.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic CreateOnPremConnectorDetails.Builder description(String description) The description of the on-premises connector.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateOnPremConnectorDetails.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. For more information, see Resource Tags Example: {"Department": "Finance"} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateOnPremConnectorDetails.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 CreateOnPremConnectorDetails build() 
 - 
copypublic CreateOnPremConnectorDetails.Builder copy(CreateOnPremConnectorDetails model) 
 
- 
 
-