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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentConfigFile.Builder
body(String body)
The Base64 encoded agent configuration file.AgentConfigFile
build()
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-8AgentConfigFile.Builder
copy(AgentConfigFile model)
-
-
-
Method Detail
-
contentType
public 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
-
body
public AgentConfigFile.Builder body(String body)
The Base64 encoded agent configuration file.- Parameters:
body
- the value to set- Returns:
- this builder
-
build
public AgentConfigFile build()
-
copy
public AgentConfigFile.Builder copy(AgentConfigFile model)
-
-