Class CfnBillScenarioPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bcmpricingcalculator.CfnBillScenarioPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillScenarioPropsMixin>
- Enclosing class:
CfnBillScenarioPropsMixin
@Stability(Stable)
public static final class CfnBillScenarioPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillScenarioPropsMixin>
A fluent builder for
CfnBillScenarioPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()costCategoryGroupSharingPreferenceArn(String costCategoryGroupSharingPreferenceArn) The ARN of the cost category group sharing preference.create()create(CfnPropertyMixinOptions options) The timestamp when the bill scenario expires.groupSharingPreference(String groupSharingPreference) The name of the bill scenario.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnBillScenarioPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBillScenarioPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBillScenarioPropsMixin.Builder.
-
costCategoryGroupSharingPreferenceArn
@Stability(Stable) public CfnBillScenarioPropsMixin.Builder costCategoryGroupSharingPreferenceArn(String costCategoryGroupSharingPreferenceArn) The ARN of the cost category group sharing preference.- Parameters:
costCategoryGroupSharingPreferenceArn- The ARN of the cost category group sharing preference. This parameter is required.- Returns:
this- See Also:
-
expiresAt
The timestamp when the bill scenario expires.- Parameters:
expiresAt- The timestamp when the bill scenario expires. This parameter is required.- Returns:
this- See Also:
-
groupSharingPreference
@Stability(Stable) public CfnBillScenarioPropsMixin.Builder groupSharingPreference(String groupSharingPreference) - Parameters:
groupSharingPreference- This parameter is required.- Returns:
this- See Also:
-
name
The name of the bill scenario.- Parameters:
name- The name of the bill scenario. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBillScenarioPropsMixin>- Returns:
- a newly built instance of
CfnBillScenarioPropsMixin.
-