Class Schedule.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.Schedule.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Schedulebuild()Schedule.Buildercopy(Schedule model)Schedule.Builderdescription(String description)Detailed description for the object.Schedule.BuilderfrequencyDetails(AbstractFrequencyDetails frequencyDetails)Schedule.Builderidentifier(String identifier)Value can only contain upper case letters, underscore, and numbers.Schedule.BuilderisDaylightAdjustmentEnabled(Boolean isDaylightAdjustmentEnabled)A flag to indicate daylight saving.Schedule.Builderkey(String key)Generated key that can be used in API calls to identify schedule.Schedule.Buildermetadata(ObjectMetadata metadata)Schedule.BuildermodelType(String modelType)The type of the object.Schedule.BuildermodelVersion(String modelVersion)This is a version number that is used by the service to upgrade objects if needed through releases of the service.Schedule.Buildername(String name)Free form text without any restriction on permitted characters.Schedule.BuilderobjectStatus(Integer objectStatus)The status of an object that can be set to value 1 for shallow references across objects, other values reserved.Schedule.BuilderobjectVersion(Integer objectVersion)This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.Schedule.BuilderparentRef(ParentReference parentRef)Schedule.Buildertimezone(String timezone)The timezone for the schedule.
 
- 
- 
- 
Method Detail- 
keypublic Schedule.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 Schedule.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 Schedule.Builder modelType(String modelType) The type of the object.- Parameters:
- modelType- the value to set
- Returns:
- this builder
 
 - 
parentRefpublic Schedule.Builder parentRef(ParentReference parentRef) 
 - 
namepublic Schedule.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 Schedule.Builder description(String description) Detailed description for the object.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
objectVersionpublic Schedule.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 Schedule.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 Schedule.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 Schedule.Builder frequencyDetails(AbstractFrequencyDetails frequencyDetails) 
 - 
timezonepublic Schedule.Builder timezone(String timezone) The timezone for the schedule.- Parameters:
- timezone- the value to set
- Returns:
- this builder
 
 - 
isDaylightAdjustmentEnabledpublic Schedule.Builder isDaylightAdjustmentEnabled(Boolean isDaylightAdjustmentEnabled) A flag to indicate daylight saving.- Parameters:
- isDaylightAdjustmentEnabled- the value to set
- Returns:
- this builder
 
 - 
metadatapublic Schedule.Builder metadata(ObjectMetadata metadata) 
 - 
buildpublic Schedule build() 
 - 
copypublic Schedule.Builder copy(Schedule model) 
 
- 
 
-