Package com.oracle.bmc.jms.model
Class JmsPlugin.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.JmsPlugin.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description JmsPlugin.BuilderagentId(String agentId)The OCID of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.JmsPlugin.BuilderagentType(AgentType agentType)The agent type.JmsPlugin.BuilderavailabilityStatus(JmsPluginAvailabilityStatus availabilityStatus)The availability status.JmsPluginbuild()JmsPlugin.BuildercompartmentId(String compartmentId)The OMA/OCA/OCMA agent’s compartment OCID.JmsPlugin.Buildercopy(JmsPlugin model)JmsPlugin.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.JmsPlugin.BuilderfleetId(String fleetId)The OCID of the fleet.JmsPlugin.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type, or scope.JmsPlugin.Builderhostname(String hostname)The hostname of the agent.JmsPlugin.Builderid(String id)The OCID to identify this JmsPlugin.JmsPlugin.BuilderlifecycleState(JmsPluginLifecycleState lifecycleState)The lifecycle state.JmsPlugin.BuilderosArchitecture(String osArchitecture)The architecture of the operating system of the plugin.JmsPlugin.BuilderosDistribution(String osDistribution)The distribution of the operating system of the plugin.JmsPlugin.BuilderosFamily(OsFamily osFamily)The operating system family for the plugin.JmsPlugin.BuilderpluginVersion(String pluginVersion)The version of the plugin.JmsPlugin.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.JmsPlugin.BuildertimeLastSeen(Date timeLastSeen)The date and time the resource was last reported to JMS.JmsPlugin.BuildertimeRegistered(Date timeRegistered)The date and time the plugin was registered.
 
- 
- 
- 
Method Detail- 
idpublic JmsPlugin.Builder id(String id) The OCID to identify this JmsPlugin.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
agentIdpublic JmsPlugin.Builder agentId(String agentId) The OCID of the Management Agent (OMA), the Oracle Cloud Agent (OCA), or the Oracle Container Management Agent (OCMA) instance where the JMS plugin is deployed.- Parameters:
- agentId- the value to set
- Returns:
- this builder
 
 - 
agentTypepublic JmsPlugin.Builder agentType(AgentType agentType) The agent type.- Parameters:
- agentType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic JmsPlugin.Builder lifecycleState(JmsPluginLifecycleState lifecycleState) The lifecycle state.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
availabilityStatuspublic JmsPlugin.Builder availabilityStatus(JmsPluginAvailabilityStatus availabilityStatus) The availability status.- Parameters:
- availabilityStatus- the value to set
- Returns:
- this builder
 
 - 
fleetIdpublic JmsPlugin.Builder fleetId(String fleetId) The OCID of the fleet.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic JmsPlugin.Builder compartmentId(String compartmentId) The OMA/OCA/OCMA agent’s compartment OCID.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
hostnamepublic JmsPlugin.Builder hostname(String hostname) The hostname of the agent.- Parameters:
- hostname- the value to set
- Returns:
- this builder
 
 - 
osFamilypublic JmsPlugin.Builder osFamily(OsFamily osFamily) The operating system family for the plugin.- Parameters:
- osFamily- the value to set
- Returns:
- this builder
 
 - 
osArchitecturepublic JmsPlugin.Builder osArchitecture(String osArchitecture) The architecture of the operating system of the plugin.- Parameters:
- osArchitecture- the value to set
- Returns:
- this builder
 
 - 
osDistributionpublic JmsPlugin.Builder osDistribution(String osDistribution) The distribution of the operating system of the plugin.- Parameters:
- osDistribution- the value to set
- Returns:
- this builder
 
 - 
pluginVersionpublic JmsPlugin.Builder pluginVersion(String pluginVersion) The version of the plugin.- Parameters:
- pluginVersion- the value to set
- Returns:
- this builder
 
 - 
timeRegisteredpublic JmsPlugin.Builder timeRegistered(Date timeRegistered) The date and time the plugin was registered.- Parameters:
- timeRegistered- the value to set
- Returns:
- this builder
 
 - 
timeLastSeenpublic JmsPlugin.Builder timeLastSeen(Date timeLastSeen) The date and time the resource was last reported to JMS.This is potentially after the specified time period provided by the filters. For example, a resource can be last reported to JMS before the start of a specified time period, if it is also reported during the time period. - Parameters:
- timeLastSeen- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic JmsPlugin.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}. (See Understanding Free-form Tags). - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic JmsPlugin.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type, or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}. (See Managing Tags and Tag Namespaces.) - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic JmsPlugin.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. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud": {"free-tier-retained": "true"}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic JmsPlugin build() 
 - 
copypublic JmsPlugin.Builder copy(JmsPlugin model) 
 
- 
 
-