Class UpdateScheduleDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.UpdateScheduleDetails.Builder
 
- 
- Enclosing class:
- UpdateScheduleDetails
 
 public static class UpdateScheduleDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateScheduleDetailsbuild()UpdateScheduleDetails.Buildercopy(UpdateScheduleDetails model)UpdateScheduleDetails.Builderdescription(String description)Detailed description for the object.UpdateScheduleDetails.BuilderfrequencyDetails(AbstractFrequencyDetails frequencyDetails)UpdateScheduleDetails.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.UpdateScheduleDetails.BuilderisDaylightAdjustmentEnabled(Boolean isDaylightAdjustmentEnabled)A flag to indicate whether daylight adjustment should be considered or not.UpdateScheduleDetails.Builderkey(String key)Generated key that can be used in API calls to identify schedule.UpdateScheduleDetails.BuildermodelType(String modelType)The type of the object.UpdateScheduleDetails.BuildermodelVersion(String modelVersion)This is a version number that is used by the service to upgrade objects if needed through releases of the service.UpdateScheduleDetails.Buildername(String name)Free form text without any restriction on permitted characters.UpdateScheduleDetails.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.UpdateScheduleDetails.BuilderobjectVersion(Integer objectVersion)This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.UpdateScheduleDetails.BuilderparentRef(ParentReference parentRef)UpdateScheduleDetails.BuilderregistryMetadata(RegistryMetadata registryMetadata)UpdateScheduleDetails.Buildertimezone(String timezone)The timezone for the schedule.
 
- 
- 
- 
Method Detail- 
keypublic UpdateScheduleDetails.Builder key(String key) Generated key that can be used in API calls to identify schedule.On scenarios where reference to the schedule is needed, a value can be passed in create. - Parameters:
- key- the value to set
- Returns:
- this builder
 
 - 
modelVersionpublic UpdateScheduleDetails.Builder modelVersion(String modelVersion) This is a version number that is used by the service to upgrade objects if needed through releases of the service.- Parameters:
- modelVersion- the value to set
- Returns:
- this builder
 
 - 
modelTypepublic UpdateScheduleDetails.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic UpdateScheduleDetails.Builder parentRef(ParentReference parentRef) 
 - 
namepublic UpdateScheduleDetails.Builder name(String name) Free form text without any restriction on permitted characters.Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic UpdateScheduleDetails.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic UpdateScheduleDetails.Builder objectVersion(Integer objectVersion) This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.- Parameters:
- objectVersion- the value to set
- Returns:
- this builder
 
 - 
objectStatuspublic UpdateScheduleDetails.Builder objectStatus(Integer objectStatus) The status of an object that can be set to value 1 for shallow references across objects, other values reserved.- Parameters:
- objectStatus- the value to set
- Returns:
- this builder
 
 - 
identifierpublic UpdateScheduleDetails.Builder identifier(String identifier) Value can only contain upper case letters, underscore, and numbers.It should begin with upper case letter or underscore. The value can be modified. - Parameters:
- identifier- the value to set
- Returns:
- this builder
 
 - 
frequencyDetailspublic UpdateScheduleDetails.Builder frequencyDetails(AbstractFrequencyDetails frequencyDetails) 
 - 
timezonepublic UpdateScheduleDetails.Builder timezone(String timezone) The timezone for the schedule.- Parameters:
- timezone- the value to set
- Returns:
- this builder
 
 - 
isDaylightAdjustmentEnabledpublic UpdateScheduleDetails.Builder isDaylightAdjustmentEnabled(Boolean isDaylightAdjustmentEnabled) A flag to indicate whether daylight adjustment should be considered or not.- Parameters:
- isDaylightAdjustmentEnabled- the value to set
- Returns:
- this builder
 
 - 
registryMetadatapublic UpdateScheduleDetails.Builder registryMetadata(RegistryMetadata registryMetadata) 
 - 
buildpublic UpdateScheduleDetails build() 
 - 
copypublic UpdateScheduleDetails.Builder copy(UpdateScheduleDetails model) 
 
- 
 
-