@Stability(value=Stable) public static final class CfnBillingGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBillingGroupProps>
CfnBillingGroupProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnBillingGroupProps.Builder accountGrouping(CfnBillingGroup.AccountGroupingProperty accountGrouping)
CfnBillingGroupProps.getAccountGrouping()accountGrouping - The set of accounts that will be under the billing group. This parameter is required.
The set of accounts resemble the linked accounts in a consolidated family.this@Stability(value=Stable) public CfnBillingGroupProps.Builder accountGrouping(IResolvable accountGrouping)
CfnBillingGroupProps.getAccountGrouping()accountGrouping - The set of accounts that will be under the billing group. This parameter is required.
The set of accounts resemble the linked accounts in a consolidated family.this@Stability(value=Stable) public CfnBillingGroupProps.Builder computationPreference(CfnBillingGroup.ComputationPreferenceProperty computationPreference)
CfnBillingGroupProps.getComputationPreference()computationPreference - The preferences and settings that will be used to compute the AWS charges for a billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroupProps.Builder computationPreference(IResolvable computationPreference)
CfnBillingGroupProps.getComputationPreference()computationPreference - The preferences and settings that will be used to compute the AWS charges for a billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroupProps.Builder name(String name)
CfnBillingGroupProps.getName()name - The billing group's name. This parameter is required.this@Stability(value=Stable) public CfnBillingGroupProps.Builder primaryAccountId(String primaryAccountId)
CfnBillingGroupProps.getPrimaryAccountId()primaryAccountId - The account ID that serves as the main account in a billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroupProps.Builder description(String description)
CfnBillingGroupProps.getDescription()description - The billing group description.this@Stability(value=Stable) public CfnBillingGroupProps.Builder tags(List<? extends CfnTag> tags)
CfnBillingGroupProps.getTags()tags - `AWS::BillingConductor::BillingGroup.Tags`.this@Stability(value=Stable) public CfnBillingGroupProps build()
build in interface software.amazon.jsii.Builder<CfnBillingGroupProps>CfnBillingGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.