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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UnifiedAgentMonitoringDestinationbuild()UnifiedAgentMonitoringDestination.BuildercompartmentId(String compartmentId)The OCID of the compartment that the resource belongs to.UnifiedAgentMonitoringDestination.Buildercopy(UnifiedAgentMonitoringDestination model)UnifiedAgentMonitoringDestination.BuildermetricsNamespace(String metricsNamespace)Namespace to which metrics will be emitted.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic UnifiedAgentMonitoringDestination.Builder compartmentId(String compartmentId) The OCID of the compartment that the resource belongs to.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
metricsNamespacepublic UnifiedAgentMonitoringDestination.Builder metricsNamespace(String metricsNamespace) Namespace to which metrics will be emitted.- Parameters:
- metricsNamespace- the value to set
- Returns:
- this builder
 
 - 
buildpublic UnifiedAgentMonitoringDestination build() 
 - 
copypublic UnifiedAgentMonitoringDestination.Builder copy(UnifiedAgentMonitoringDestination model) 
 
- 
 
-