java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnBillingGroupPropsMixin.Builder
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
The set of accounts that will be under the billing group.
The set of accounts that will be under the billing group.
The preferences and settings that will be used to compute the AWS charges for a billing group.
The preferences and settings that will be used to compute the AWS charges for a billing group.
The description of the billing group.
The billing group's name.
The account ID that serves as the main account in a billing group.
A map that contains tag keys and tag values that are attached to a billing group.
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Method Details
accountGrouping
The set of accounts that will be under the billing group.
The set of accounts resemble the linked accounts in a consolidated billing family.
Parameters:
accountGrouping - The set of accounts that will be under the billing group. This parameter is required.
Returns:
this
See Also:
accountGrouping
The set of accounts that will be under the billing group.
The set of accounts resemble the linked accounts in a consolidated billing family.
Parameters:
accountGrouping - The set of accounts that will be under the billing group. This parameter is required.
Returns:
this
See Also:
computationPreference
The preferences and settings that will be used to compute the AWS charges for a billing group.
Parameters:
computationPreference - The preferences and settings that will be used to compute the AWS charges for a billing group. This parameter is required.
Returns:
this
See Also:
computationPreference
The preferences and settings that will be used to compute the AWS charges for a billing group.
Parameters:
computationPreference - The preferences and settings that will be used to compute the AWS charges for a billing group. This parameter is required.
Returns:
this
See Also:
description
The description of the billing group.
Parameters:
description - The description of the billing group. This parameter is required.
Returns:
this
See Also:
name
The billing group's name.
Parameters:
name - The billing group's name. This parameter is required.
Returns:
this
See Also:
primaryAccountId
The account ID that serves as the main account in a billing group.
Parameters:
primaryAccountId - The account ID that serves as the main account in a billing group. This parameter is required.
Returns:
this
See Also: