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