Class CfnBillingGroupMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnBillingGroupMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillingGroupMixinProps>
- Enclosing interface:
CfnBillingGroupMixinProps
@Stability(Stable)
public static final class CfnBillingGroupMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillingGroupMixinProps>
A builder for
CfnBillingGroupMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingGroupName(String billingGroupName) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupName()billingGroupProperties(CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty billingGroupProperties) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupProperties()billingGroupProperties(IResolvable billingGroupProperties) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupProperties()build()Builds the configured instance.Sets the value ofCfnBillingGroupMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
billingGroupName
@Stability(Stable) public CfnBillingGroupMixinProps.Builder billingGroupName(String billingGroupName) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupName()- Parameters:
billingGroupName- The name of the billing group.- Returns:
this
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupMixinProps.Builder billingGroupProperties(IResolvable billingGroupProperties) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupProperties()- Parameters:
billingGroupProperties- The properties of the billing group.- Returns:
this
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupMixinProps.Builder billingGroupProperties(CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty billingGroupProperties) Sets the value ofCfnBillingGroupMixinProps.getBillingGroupProperties()- Parameters:
billingGroupProperties- The properties of the billing group.- Returns:
this
-
tags
Sets the value ofCfnBillingGroupMixinProps.getTags()- Parameters:
tags- Metadata which can be used to manage the billing group.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBillingGroupMixinProps>- Returns:
- a new instance of
CfnBillingGroupMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-