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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnPremConnectorSummary
build()
OnPremConnectorSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment that contains the on-premises connector.OnPremConnectorSummary.Builder
copy(OnPremConnectorSummary model)
OnPremConnectorSummary.Builder
createdVersion(String createdVersion)
Created version of the on-premises connector.OnPremConnectorSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.OnPremConnectorSummary.Builder
description(String description)
The description of the on-premises connector.OnPremConnectorSummary.Builder
displayName(String displayName)
The display name of the on-premises connector.OnPremConnectorSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.OnPremConnectorSummary.Builder
id(String id)
The OCID of the on-premises connector.OnPremConnectorSummary.Builder
lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.OnPremConnectorSummary.Builder
lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.OnPremConnectorSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.OnPremConnectorSummary.Builder
timeCreated(Date timeCreated)
The date and time the on-premises connector was created, in the format defined by RFC3339.
-
-
-
Method Detail
-
id
public OnPremConnectorSummary.Builder id(String id)
The OCID of the on-premises connector.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public OnPremConnectorSummary.Builder displayName(String displayName)
The display name of the on-premises connector.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public 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
-
description
public OnPremConnectorSummary.Builder description(String description)
The description of the on-premises connector.- Parameters:
description
- the value to set- Returns:
- this builder
-
timeCreated
public 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
-
lifecycleState
public OnPremConnectorSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public OnPremConnectorSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
freeformTags
public 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
-
definedTags
public 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
-
systemTags
public 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
-
createdVersion
public OnPremConnectorSummary.Builder createdVersion(String createdVersion)
Created version of the on-premises connector.- Parameters:
createdVersion
- the value to set- Returns:
- this builder
-
build
public OnPremConnectorSummary build()
-
copy
public OnPremConnectorSummary.Builder copy(OnPremConnectorSummary model)
-
-