public static class UpdateDiscoveryScheduleDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateDiscoveryScheduleDetails |
build() |
UpdateDiscoveryScheduleDetails.Builder |
copy(UpdateDiscoveryScheduleDetails model) |
UpdateDiscoveryScheduleDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
UpdateDiscoveryScheduleDetails.Builder |
displayName(String displayName)
A user-friendly name for the discovery schedule.
|
UpdateDiscoveryScheduleDetails.Builder |
executionRecurrences(String executionRecurrences)
Recurrence specification for the discovery schedule execution.
|
UpdateDiscoveryScheduleDetails.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
public UpdateDiscoveryScheduleDetails.Builder displayName(String displayName)
A user-friendly name for the discovery schedule. Does not have to be unique, and it’s mutable. Avoid entering confidential information.
displayName
- the value to setpublic UpdateDiscoveryScheduleDetails.Builder executionRecurrences(String executionRecurrences)
Recurrence specification for the discovery schedule execution.
executionRecurrences
- the value to setpublic UpdateDiscoveryScheduleDetails.Builder freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any. Each tag is a simple key-value
pair with no predefined name, type, or namespace/scope. For more information, see
Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateDiscoveryScheduleDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any. Each key is predefined and scoped
to namespaces. For more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateDiscoveryScheduleDetails build()
public UpdateDiscoveryScheduleDetails.Builder copy(UpdateDiscoveryScheduleDetails model)
Copyright © 2016–2024. All rights reserved.