Package com.oracle.bmc.opsi.model
Class HostImportableAgentEntitySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.HostImportableAgentEntitySummary.Builder
 
- 
- Enclosing class:
- HostImportableAgentEntitySummary
 
 public static class HostImportableAgentEntitySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HostImportableAgentEntitySummarybuild()HostImportableAgentEntitySummary.Buildercopy(HostImportableAgentEntitySummary model)HostImportableAgentEntitySummary.BuilderhostName(String hostName)The host name.HostImportableAgentEntitySummary.BuildermanagementAgentDisplayName(String managementAgentDisplayName)HostImportableAgentEntitySummary.BuildermanagementAgentId(String managementAgentId)HostImportableAgentEntitySummary.BuilderplatformType(HostImportableAgentEntitySummary.PlatformType platformType)Platform type.
 
- 
- 
- 
Method Detail- 
managementAgentIdpublic HostImportableAgentEntitySummary.Builder managementAgentId(String managementAgentId) 
 - 
managementAgentDisplayNamepublic HostImportableAgentEntitySummary.Builder managementAgentDisplayName(String managementAgentDisplayName) 
 - 
hostNamepublic HostImportableAgentEntitySummary.Builder hostName(String hostName) The host name.The host name is unique amongst the hosts managed by the same management agent. - Parameters:
- hostName- the value to set
- Returns:
- this builder
 
 - 
platformTypepublic HostImportableAgentEntitySummary.Builder platformType(HostImportableAgentEntitySummary.PlatformType platformType) Platform type.Supported platformType(s) for MACS-managed external host insight: [LINUX, SOLARIS, WINDOWS]. Supported platformType(s) for MACS-managed cloud host insight: [LINUX]. Supported platformType(s) for EM-managed external host insight: [LINUX, SOLARIS, SUNOS, ZLINUX, WINDOWS, AIX, HP-UX]. - Parameters:
- platformType- the value to set
- Returns:
- this builder
 
 - 
buildpublic HostImportableAgentEntitySummary build() 
 - 
copypublic HostImportableAgentEntitySummary.Builder copy(HostImportableAgentEntitySummary model) 
 
- 
 
-