Package com.oracle.bmc.usageapi.model
Class UpdateScheduleDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.usageapi.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.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateScheduleDetails.Builderdescription(String description)The description of the schedule.UpdateScheduleDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateScheduleDetails.BuilderoutputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat)Specifies the supported output file format.UpdateScheduleDetails.BuilderresultLocation(ResultLocation resultLocation)
 
- 
- 
- 
Method Detail- 
descriptionpublic UpdateScheduleDetails.Builder description(String description) The description of the schedule.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
outputFileFormatpublic UpdateScheduleDetails.Builder outputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat) Specifies the supported output file format.- Parameters:
- outputFileFormat- the value to set
- Returns:
- this builder
 
 - 
resultLocationpublic UpdateScheduleDetails.Builder resultLocation(ResultLocation resultLocation) 
 - 
freeformTagspublic UpdateScheduleDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. See Resource Tags. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateScheduleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. See Resource Tags. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateScheduleDetails build() 
 - 
copypublic UpdateScheduleDetails.Builder copy(UpdateScheduleDetails model) 
 
- 
 
-