Package com.oracle.bmc.budget.model
Class UpdateCostAlertSubscriptionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.budget.model.UpdateCostAlertSubscriptionDetails.Builder
-
- Enclosing class:
- UpdateCostAlertSubscriptionDetails
public static class UpdateCostAlertSubscriptionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateCostAlertSubscriptionDetailsbuild()UpdateCostAlertSubscriptionDetails.Builderchannels(String channels)The notification channels string.UpdateCostAlertSubscriptionDetails.Buildercopy(UpdateCostAlertSubscriptionDetails model)UpdateCostAlertSubscriptionDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateCostAlertSubscriptionDetails.Builderdescription(String description)The description of the cost alert subscription.UpdateCostAlertSubscriptionDetails.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.
-
-
-
Method Detail
-
description
public UpdateCostAlertSubscriptionDetails.Builder description(String description)
The description of the cost alert subscription.- Parameters:
description- the value to set- Returns:
- this builder
-
channels
public UpdateCostAlertSubscriptionDetails.Builder channels(String channels)
The notification channels string.- Parameters:
channels- the value to set- Returns:
- this builder
-
definedTags
public UpdateCostAlertSubscriptionDetails.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.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
freeformTags
public UpdateCostAlertSubscriptionDetails.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"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
build
public UpdateCostAlertSubscriptionDetails build()
-
copy
public UpdateCostAlertSubscriptionDetails.Builder copy(UpdateCostAlertSubscriptionDetails model)
-
-