Package com.oracle.bmc.datasafe.model
Class OnPremConnectorSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.OnPremConnectorSummary.Builder
 
- 
- Enclosing class:
- OnPremConnectorSummary
 
 public static class OnPremConnectorSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OnPremConnectorSummarybuild()OnPremConnectorSummary.BuildercompartmentId(String compartmentId)The OCID of the compartment that contains the on-premises connector.OnPremConnectorSummary.Buildercopy(OnPremConnectorSummary model)OnPremConnectorSummary.BuildercreatedVersion(String createdVersion)Created version of the on-premises connector.OnPremConnectorSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.OnPremConnectorSummary.Builderdescription(String description)The description of the on-premises connector.OnPremConnectorSummary.BuilderdisplayName(String displayName)The display name of the on-premises connector.OnPremConnectorSummary.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.OnPremConnectorSummary.Builderid(String id)The OCID of the on-premises connector.OnPremConnectorSummary.BuilderlifecycleDetails(String lifecycleDetails)Details about the current state of the on-premises connector.OnPremConnectorSummary.BuilderlifecycleState(OnPremConnectorLifecycleState lifecycleState)The current state of the on-premises connector.OnPremConnectorSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.OnPremConnectorSummary.BuildertimeCreated(Date timeCreated)The date and time the on-premises connector was created, in the format defined by RFC3339.
 
- 
- 
- 
Method Detail- 
idpublic OnPremConnectorSummary.Builder id(String id) The OCID of the on-premises connector.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic OnPremConnectorSummary.Builder displayName(String displayName) The display name of the on-premises connector.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OnPremConnectorSummary.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the on-premises connector.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic OnPremConnectorSummary.Builder description(String description) The description of the on-premises connector.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OnPremConnectorSummary.Builder timeCreated(Date timeCreated) The date and time the on-premises connector was created, in the format defined by RFC3339.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OnPremConnectorSummary.Builder lifecycleState(OnPremConnectorLifecycleState lifecycleState) The current state of the on-premises connector.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic OnPremConnectorSummary.Builder lifecycleDetails(String lifecycleDetails) Details about the current state of the on-premises connector.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic OnPremConnectorSummary.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 OnPremConnectorSummary.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
 
 - 
systemTagspublic OnPremConnectorSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
createdVersionpublic OnPremConnectorSummary.Builder createdVersion(String createdVersion) Created version of the on-premises connector.- Parameters:
- createdVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic OnPremConnectorSummary build() 
 - 
copypublic OnPremConnectorSummary.Builder copy(OnPremConnectorSummary model) 
 
- 
 
-