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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateScheduleDetails
build()
UpdateScheduleDetails.Builder
copy(UpdateScheduleDetails model)
UpdateScheduleDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateScheduleDetails.Builder
description(String description)
The description of the schedule.UpdateScheduleDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateScheduleDetails.Builder
outputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.UpdateScheduleDetails.Builder
resultLocation(ResultLocation resultLocation)
-
-
-
Method Detail
-
description
public UpdateScheduleDetails.Builder description(String description)
The description of the schedule.- Parameters:
description
- the value to set- Returns:
- this builder
-
outputFileFormat
public UpdateScheduleDetails.Builder outputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.- Parameters:
outputFileFormat
- the value to set- Returns:
- this builder
-
resultLocation
public UpdateScheduleDetails.Builder resultLocation(ResultLocation resultLocation)
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateScheduleDetails build()
-
copy
public UpdateScheduleDetails.Builder copy(UpdateScheduleDetails model)
-
-