JavaScript is disabled on your browser.
Method Summary
All Methods Instance Methods Abstract Methods Default Methods
The set of accounts that will be under the billing group.
The set of accounts that will be under the billing group.
The token that is needed to support idempotency.
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
The description of the billing group.
Add an optional request override configuration.
Add an optional request override configuration.
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.
Method Details
clientToken
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be
implemented in a future update.
Parameters:
clientToken
- The token that is needed to support idempotency. Idempotency isn't currently supported, but will be
implemented in a future update.
Returns:
Returns a reference to this object so that method calls can be chained together.
name
The billing group name. The names must be unique.
Parameters:
name
- The billing group name. The names must be unique.
Returns:
Returns a reference to this object so that method calls can be chained together.
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. The set of accounts resemble the linked
accounts in a consolidated billing family.
Returns:
Returns a reference to this object so that method calls can be chained together.
accountGrouping
Parameters:
accountGrouping
- a consumer that will call methods on AccountGrouping.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
See Also:
computationPreference
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
Parameters:
computationPreference
- The preferences and settings that will be used to compute the Amazon Web Services charges for a
billing group.
Returns:
Returns a reference to this object so that method calls can be chained together.
computationPreference
Parameters:
computationPreference
- a consumer that will call methods on ComputationPreference.Builder
Returns:
Returns a reference to this object so that method calls can be chained together.
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.
Returns:
Returns a reference to this object so that method calls can be chained together.
description
The description of the billing group.
Parameters:
description
- The description of the billing group.
Returns:
Returns a reference to this object so that method calls can be chained together.
overrideConfiguration
Add an optional request override configuration.
Specified by:
overrideConfiguration
in interface AwsRequest.Builder
Parameters:
overrideConfiguration
- The override configuration.
Returns:
This object for method chaining.