public static class AssociatedSchedulerDefinition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public AssociatedSchedulerDefinition.Builder id(String id)
The OCID of the resource.
id
- the value to setpublic 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
displayName
- the value to setpublic AssociatedSchedulerDefinition.Builder tenancyId(String tenancyId)
OCID of the tenancy to which the resource belongs to.
tenancyId
- the value to setpublic AssociatedSchedulerDefinition.Builder isRecurring(Boolean isRecurring)
Is this a recurring schedule?
isRecurring
- the value to setpublic AssociatedSchedulerDefinition build()
public AssociatedSchedulerDefinition.Builder copy(AssociatedSchedulerDefinition model)
Copyright © 2016–2024. All rights reserved.