@Stability(value=Stable) public static final class CfnBillingGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnBillingGroup>
CfnBillingGroup.| Modifier and Type | Method and Description |
|---|---|
CfnBillingGroup.Builder |
accountGrouping(CfnBillingGroup.AccountGroupingProperty accountGrouping)
The set of accounts that will be under the billing group.
|
CfnBillingGroup.Builder |
accountGrouping(IResolvable accountGrouping)
The set of accounts that will be under the billing group.
|
CfnBillingGroup |
build() |
CfnBillingGroup.Builder |
computationPreference(CfnBillingGroup.ComputationPreferenceProperty computationPreference)
The preferences and settings that will be used to compute the AWS charges for a billing group.
|
CfnBillingGroup.Builder |
computationPreference(IResolvable computationPreference)
The preferences and settings that will be used to compute the AWS charges for a billing group.
|
static CfnBillingGroup.Builder |
create(software.constructs.Construct scope,
String id) |
CfnBillingGroup.Builder |
description(String description)
The billing group description.
|
CfnBillingGroup.Builder |
name(String name)
The billing group's name.
|
CfnBillingGroup.Builder |
primaryAccountId(String primaryAccountId)
The account ID that serves as the main account in a billing group.
|
CfnBillingGroup.Builder |
tags(List<? extends CfnTag> tags)
`AWS::BillingConductor::BillingGroup.Tags`.
|
@Stability(value=Stable) public static CfnBillingGroup.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnBillingGroup.AccountGroupingProperty.Builder.@Stability(value=Stable) public CfnBillingGroup.Builder accountGrouping(CfnBillingGroup.AccountGroupingProperty accountGrouping)
The set of accounts resemble the linked accounts in a consolidated family.
accountGrouping - The set of accounts that will be under the billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup.Builder accountGrouping(IResolvable accountGrouping)
The set of accounts resemble the linked accounts in a consolidated family.
accountGrouping - The set of accounts that will be under the billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup.Builder computationPreference(CfnBillingGroup.ComputationPreferenceProperty computationPreference)
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 CfnBillingGroup.Builder computationPreference(IResolvable computationPreference)
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 CfnBillingGroup.Builder name(String name)
name - The billing group's name. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup.Builder primaryAccountId(String primaryAccountId)
primaryAccountId - The account ID that serves as the main account in a billing group. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup.Builder description(String description)
description - The billing group description. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::BillingConductor::BillingGroup.Tags`. This parameter is required.this@Stability(value=Stable) public CfnBillingGroup build()
build in interface software.amazon.jsii.Builder<CfnBillingGroup>Copyright © 2022. All rights reserved.