public static class UpdateScheduleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public UpdateScheduleDetails.Builder description(String description)
The description of the schedule.
description
- the value to setpublic UpdateScheduleDetails.Builder outputFileFormat(UpdateScheduleDetails.OutputFileFormat outputFileFormat)
Specifies the supported output file format.
outputFileFormat
- the value to setpublic UpdateScheduleDetails.Builder resultLocation(ResultLocation resultLocation)
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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic UpdateScheduleDetails build()
public UpdateScheduleDetails.Builder copy(UpdateScheduleDetails model)
Copyright © 2016–2024. All rights reserved.