Class CfnBillingGroupPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnBillingGroupPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillingGroupPropsMixin>
- Enclosing class:
CfnBillingGroupPropsMixin
@Stability(Stable)
public static final class CfnBillingGroupPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillingGroupPropsMixin>
A fluent builder for
CfnBillingGroupPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbillingGroupName(String billingGroupName) The name of the billing group.billingGroupProperties(CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty billingGroupProperties) The properties of the billing group.billingGroupProperties(IResolvable billingGroupProperties) The properties of the billing group.build()create()create(CfnPropertyMixinOptions options) Metadata which can be used to manage the billing group.
-
Method Details
-
create
@Stability(Stable) public static CfnBillingGroupPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnBillingGroupPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnBillingGroupPropsMixin.Builder.
-
billingGroupName
@Stability(Stable) public CfnBillingGroupPropsMixin.Builder billingGroupName(String billingGroupName) The name of the billing group.- Parameters:
billingGroupName- The name of the billing group. This parameter is required.- Returns:
this- See Also:
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupPropsMixin.Builder billingGroupProperties(IResolvable billingGroupProperties) The properties of the billing group.- Parameters:
billingGroupProperties- The properties of the billing group. This parameter is required.- Returns:
this- See Also:
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupPropsMixin.Builder billingGroupProperties(CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty billingGroupProperties) The properties of the billing group.- Parameters:
billingGroupProperties- The properties of the billing group. This parameter is required.- Returns:
this- See Also:
-
tags
Metadata which can be used to manage the billing group.- Parameters:
tags- Metadata which can be used to manage the billing group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBillingGroupPropsMixin>- Returns:
- a newly built instance of
CfnBillingGroupPropsMixin.
-