Package com.oracle.bmc.logging.model
Class UnifiedAgentMonitoringDestination.Builder
- java.lang.Object
-
- com.oracle.bmc.logging.model.UnifiedAgentMonitoringDestination.Builder
-
- Enclosing class:
- UnifiedAgentMonitoringDestination
public static class UnifiedAgentMonitoringDestination.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentMonitoringDestination
build()
UnifiedAgentMonitoringDestination.Builder
compartmentId(String compartmentId)
The OCID of the compartment that the resource belongs to.UnifiedAgentMonitoringDestination.Builder
copy(UnifiedAgentMonitoringDestination model)
UnifiedAgentMonitoringDestination.Builder
metricsNamespace(String metricsNamespace)
Namespace to which metrics will be emitted.
-
-
-
Method Detail
-
compartmentId
public UnifiedAgentMonitoringDestination.Builder compartmentId(String compartmentId)
The OCID of the compartment that the resource belongs to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
metricsNamespace
public UnifiedAgentMonitoringDestination.Builder metricsNamespace(String metricsNamespace)
Namespace to which metrics will be emitted.- Parameters:
metricsNamespace
- the value to set- Returns:
- this builder
-
build
public UnifiedAgentMonitoringDestination build()
-
copy
public UnifiedAgentMonitoringDestination.Builder copy(UnifiedAgentMonitoringDestination model)
-
-