Package com.oracle.bmc.opsi.model
Class UpdateChargebackPlanDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.UpdateChargebackPlanDetails.Builder
-
- Enclosing class:
- UpdateChargebackPlanDetails
public static class UpdateChargebackPlanDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateChargebackPlanDetailsbuild()UpdateChargebackPlanDetails.Buildercopy(UpdateChargebackPlanDetails model)UpdateChargebackPlanDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateChargebackPlanDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateChargebackPlanDetails.BuilderplanCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)List of chargeback plan customizations.UpdateChargebackPlanDetails.BuilderplanDescription(String planDescription)Description of OPSI Chargeback Plan.UpdateChargebackPlanDetails.BuilderplanName(String planName)Name for the OPSI Chargeback plan.
-
-
-
Method Detail
-
planDescription
public UpdateChargebackPlanDetails.Builder planDescription(String planDescription)
Description of OPSI Chargeback Plan.- Parameters:
planDescription- the value to set- Returns:
- this builder
-
planName
public UpdateChargebackPlanDetails.Builder planName(String planName)
Name for the OPSI Chargeback plan.- Parameters:
planName- the value to set- Returns:
- this builder
-
freeformTags
public UpdateChargebackPlanDetails.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. Example: {“bar-key”: “value”}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
definedTags
public UpdateChargebackPlanDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
planCustomItems
public UpdateChargebackPlanDetails.Builder planCustomItems(List<CreatePlanCustomItemDetails> planCustomItems)
List of chargeback plan customizations.- Parameters:
planCustomItems- the value to set- Returns:
- this builder
-
build
public UpdateChargebackPlanDetails build()
-
copy
public UpdateChargebackPlanDetails.Builder copy(UpdateChargebackPlanDetails model)
-
-