Class AssociatedSchedulerDefinition.Builder
- java.lang.Object
-
- com.oracle.bmc.fleetappsmanagement.model.AssociatedSchedulerDefinition.Builder
-
- Enclosing class:
- AssociatedSchedulerDefinition
public static class AssociatedSchedulerDefinition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociatedSchedulerDefinition
build()
AssociatedSchedulerDefinition.Builder
copy(AssociatedSchedulerDefinition model)
AssociatedSchedulerDefinition.Builder
displayName(String displayName)
A user-friendly name.AssociatedSchedulerDefinition.Builder
id(String id)
The OCID of the resource.AssociatedSchedulerDefinition.Builder
isRecurring(Boolean isRecurring)
Is this a recurring schedule?AssociatedSchedulerDefinition.Builder
tenancyId(String tenancyId)
OCID of the tenancy to which the resource belongs to.
-
-
-
Method Detail
-
id
public AssociatedSchedulerDefinition.Builder id(String id)
The OCID of the resource.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public AssociatedSchedulerDefinition.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Example: My new resource
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
tenancyId
public AssociatedSchedulerDefinition.Builder tenancyId(String tenancyId)
OCID of the tenancy to which the resource belongs to.- Parameters:
tenancyId
- the value to set- Returns:
- this builder
-
isRecurring
public AssociatedSchedulerDefinition.Builder isRecurring(Boolean isRecurring)
Is this a recurring schedule?- Parameters:
isRecurring
- the value to set- Returns:
- this builder
-
build
public AssociatedSchedulerDefinition build()
-
copy
public AssociatedSchedulerDefinition.Builder copy(AssociatedSchedulerDefinition model)
-
-