Package com.oracle.bmc.apmconfig.model
Class AgentConfigFile.Builder
- java.lang.Object
- 
- com.oracle.bmc.apmconfig.model.AgentConfigFile.Builder
 
- 
- Enclosing class:
- AgentConfigFile
 
 public static class AgentConfigFile.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentConfigFile.Builderbody(String body)The Base64 encoded agent configuration file.AgentConfigFilebuild()AgentConfigFile.BuildercontentType(String contentType)The MIME Content-Type that describes the content of the body field, for example, text/yaml or text/yaml; charset=utf-8AgentConfigFile.Buildercopy(AgentConfigFile model)
 
- 
- 
- 
Method Detail- 
contentTypepublic AgentConfigFile.Builder contentType(String contentType) The MIME Content-Type that describes the content of the body field, for example, text/yaml or text/yaml; charset=utf-8- Parameters:
- contentType- the value to set
- Returns:
- this builder
 
 - 
bodypublic AgentConfigFile.Builder body(String body) The Base64 encoded agent configuration file.- Parameters:
- body- the value to set
- Returns:
- this builder
 
 - 
buildpublic AgentConfigFile build() 
 - 
copypublic AgentConfigFile.Builder copy(AgentConfigFile model) 
 
- 
 
-