| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a pro
forma version of your billing data each month, to accurately show or chargeback your end customers.
|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateBillingGroupResponse> |
BillingconductorAsyncClient.createBillingGroup(Consumer<CreateBillingGroupRequest.Builder> createBillingGroupRequest)
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off
of the predefined pricing plan computation.
|
default CreateBillingGroupResponse |
BillingconductorClient.createBillingGroup(Consumer<CreateBillingGroupRequest.Builder> createBillingGroupRequest)
Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off
of the predefined pricing plan computation.
|
| Modifier and Type | Method and Description |
|---|---|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.accountGrouping(AccountGrouping accountGrouping)
The set of accounts that will be under the billing group.
|
default CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.accountGrouping(Consumer<AccountGrouping.Builder> accountGrouping)
The set of accounts that will be under the billing group.
|
static CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.builder() |
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.clientToken(String clientToken)
The token that is needed to support idempotency.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.computationPreference(ComputationPreference computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
|
default CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.computationPreference(Consumer<ComputationPreference.Builder> computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.description(String description)
The description of the billing group.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.name(String name)
The billing group name.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.primaryAccountId(String primaryAccountId)
The account ID that serves as the main account in a billing group.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.Builder.tags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to a billing group.
|
CreateBillingGroupRequest.Builder |
CreateBillingGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateBillingGroupRequest.Builder> |
CreateBillingGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.