Class LogAnalyticsLogEntitiesDependsOn.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.LogAnalyticsLogEntitiesDependsOn.Builder
-
- Enclosing class:
- LogAnalyticsLogEntitiesDependsOn
public static class LogAnalyticsLogEntitiesDependsOn.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogAnalyticsLogEntitiesDependsOnbuild()LogAnalyticsLogEntitiesDependsOn.BuildercompartmentId(String compartmentId)OCID of the compartment.LogAnalyticsLogEntitiesDependsOn.Buildercopy(LogAnalyticsLogEntitiesDependsOn model)
-
-
-
Method Detail
-
compartmentId
public LogAnalyticsLogEntitiesDependsOn.Builder compartmentId(String compartmentId)
OCID of the compartment.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public LogAnalyticsLogEntitiesDependsOn build()
-
copy
public LogAnalyticsLogEntitiesDependsOn.Builder copy(LogAnalyticsLogEntitiesDependsOn model)
-
-