public static class UpdateSchedulingPolicyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateSchedulingPolicyDetails |
build() |
UpdateSchedulingPolicyDetails.Builder |
cadence(UpdateSchedulingPolicyDetails.Cadence cadence)
The cadence period.
|
UpdateSchedulingPolicyDetails.Builder |
cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
|
UpdateSchedulingPolicyDetails.Builder |
copy(UpdateSchedulingPolicyDetails model) |
UpdateSchedulingPolicyDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateSchedulingPolicyDetails.Builder |
displayName(String displayName)
The user-friendly name for the Scheduling Policy.
|
UpdateSchedulingPolicyDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
public UpdateSchedulingPolicyDetails.Builder displayName(String displayName)
The user-friendly name for the Scheduling Policy. The name does not need to be unique.
displayName
- the value to setpublic UpdateSchedulingPolicyDetails.Builder cadence(UpdateSchedulingPolicyDetails.Cadence cadence)
The cadence period.
cadence
- the value to setpublic UpdateSchedulingPolicyDetails.Builder cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.
cadenceStartMonth
- the value to setpublic UpdateSchedulingPolicyDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateSchedulingPolicyDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
definedTags
- the value to setpublic UpdateSchedulingPolicyDetails build()
public UpdateSchedulingPolicyDetails.Builder copy(UpdateSchedulingPolicyDetails model)
Copyright © 2016–2024. All rights reserved.