Class CfnBillingGroupProps.Builder
java.lang.Object
software.amazon.awscdk.services.iot.CfnBillingGroupProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBillingGroupProps>
- Enclosing interface:
CfnBillingGroupProps
@Stability(Stable)
public static final class CfnBillingGroupProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBillingGroupProps>
A builder for
CfnBillingGroupProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingGroupName(String billingGroupName) Sets the value ofCfnBillingGroupProps.getBillingGroupName()billingGroupProperties(IResolvable billingGroupProperties) Sets the value ofCfnBillingGroupProps.getBillingGroupProperties()billingGroupProperties(CfnBillingGroup.BillingGroupPropertiesProperty billingGroupProperties) Sets the value ofCfnBillingGroupProps.getBillingGroupProperties()build()Builds the configured instance.Sets the value ofCfnBillingGroupProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
billingGroupName
Sets the value ofCfnBillingGroupProps.getBillingGroupName()- Parameters:
billingGroupName- The name of the billing group.- Returns:
this
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupProps.Builder billingGroupProperties(IResolvable billingGroupProperties) Sets the value ofCfnBillingGroupProps.getBillingGroupProperties()- Parameters:
billingGroupProperties- The properties of the billing group.- Returns:
this
-
billingGroupProperties
@Stability(Stable) public CfnBillingGroupProps.Builder billingGroupProperties(CfnBillingGroup.BillingGroupPropertiesProperty billingGroupProperties) Sets the value ofCfnBillingGroupProps.getBillingGroupProperties()- Parameters:
billingGroupProperties- The properties of the billing group.- Returns:
this
-
tags
Sets the value ofCfnBillingGroupProps.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<CfnBillingGroupProps>- Returns:
- a new instance of
CfnBillingGroupProps - Throws:
NullPointerException- if any required attribute was not provided
-