Package com.oracle.bmc.jms.model
Class GenerateAgentInstallerConfigurationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.jms.model.GenerateAgentInstallerConfigurationDetails.Builder
 
- 
- Enclosing class:
- GenerateAgentInstallerConfigurationDetails
 
 public static class GenerateAgentInstallerConfigurationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GenerateAgentInstallerConfigurationDetails.BuilderagentType(AgentType agentType)The JMS plugin type.GenerateAgentInstallerConfigurationDetailsbuild()GenerateAgentInstallerConfigurationDetails.Buildercopy(GenerateAgentInstallerConfigurationDetails model)GenerateAgentInstallerConfigurationDetails.BuilderfleetId(String fleetId)The OCID of the fleet for which to generate the configuration file.GenerateAgentInstallerConfigurationDetails.BuilderinstallKeyId(String installKeyId)The OCID of the management agent install key for which to generate the configuration file.
 
- 
- 
- 
Method Detail- 
installKeyIdpublic GenerateAgentInstallerConfigurationDetails.Builder installKeyId(String installKeyId) The OCID of the management agent install key for which to generate the configuration file.- Parameters:
- installKeyId- the value to set
- Returns:
- this builder
 
 - 
fleetIdpublic GenerateAgentInstallerConfigurationDetails.Builder fleetId(String fleetId) The OCID of the fleet for which to generate the configuration file.- Parameters:
- fleetId- the value to set
- Returns:
- this builder
 
 - 
agentTypepublic GenerateAgentInstallerConfigurationDetails.Builder agentType(AgentType agentType) The JMS plugin type.- Parameters:
- agentType- the value to set
- Returns:
- this builder
 
 - 
buildpublic GenerateAgentInstallerConfigurationDetails build() 
 - 
copypublic GenerateAgentInstallerConfigurationDetails.Builder copy(GenerateAgentInstallerConfigurationDetails model) 
 
- 
 
-