Package com.oracle.bmc.logging.model
Class UnifiedAgentCustomSection.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.UnifiedAgentCustomSection.Builder
-
- Enclosing class:
- UnifiedAgentCustomSection
public static class UnifiedAgentCustomSection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentCustomSection
build()
UnifiedAgentCustomSection.Builder
copy(UnifiedAgentCustomSection model)
UnifiedAgentCustomSection.Builder
name(String name)
The name of the custom sectionUnifiedAgentCustomSection.Builder
params(Map<String,String> params)
Parameters in the custom section
-
-
-
Method Detail
-
name
public UnifiedAgentCustomSection.Builder name(String name)
The name of the custom section- Parameters:
name
- the value to set- Returns:
- this builder
-
params
public UnifiedAgentCustomSection.Builder params(Map<String,String> params)
Parameters in the custom section- Parameters:
params
- the value to set- Returns:
- this builder
-
build
public UnifiedAgentCustomSection build()
-
copy
public UnifiedAgentCustomSection.Builder copy(UnifiedAgentCustomSection model)
-
-