public static interface UpdateBillingGroupRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>
| Modifier and Type | Method and Description |
|---|---|
default UpdateBillingGroupRequest.Builder |
accountGrouping(Consumer<UpdateBillingGroupAccountGrouping.Builder> accountGrouping)
Specifies if the billing group has automatic account association (
AutoAssociate) enabled. |
UpdateBillingGroupRequest.Builder |
accountGrouping(UpdateBillingGroupAccountGrouping accountGrouping)
Specifies if the billing group has automatic account association (
AutoAssociate) enabled. |
UpdateBillingGroupRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the billing group being updated.
|
UpdateBillingGroupRequest.Builder |
computationPreference(ComputationPreference computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing
group.
|
default UpdateBillingGroupRequest.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.
|
UpdateBillingGroupRequest.Builder |
description(String description)
A description of the billing group.
|
UpdateBillingGroupRequest.Builder |
name(String name)
The name of the billing group.
|
UpdateBillingGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateBillingGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateBillingGroupRequest.Builder |
status(BillingGroupStatus status)
The status of the billing group.
|
UpdateBillingGroupRequest.Builder |
status(String status)
The status of the billing group.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBillingGroupRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the billing group being updated.
arn - The Amazon Resource Name (ARN) of the billing group being updated.UpdateBillingGroupRequest.Builder name(String name)
The name of the billing group. The names must be unique to each billing group.
name - The name of the billing group. The names must be unique to each billing group.UpdateBillingGroupRequest.Builder status(String status)
The status of the billing group. Only one of the valid values can be used.
status - The status of the billing group. Only one of the valid values can be used.BillingGroupStatus,
BillingGroupStatusUpdateBillingGroupRequest.Builder status(BillingGroupStatus status)
The status of the billing group. Only one of the valid values can be used.
status - The status of the billing group. Only one of the valid values can be used.BillingGroupStatus,
BillingGroupStatusUpdateBillingGroupRequest.Builder computationPreference(ComputationPreference computationPreference)
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
computationPreference - The preferences and settings that will be used to compute the Amazon Web Services charges for a
billing group.default UpdateBillingGroupRequest.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.
This is a convenience method that creates an instance of theComputationPreference.Builder avoiding
the need to create one manually via ComputationPreference.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to computationPreference(ComputationPreference).
computationPreference - a consumer that will call methods on ComputationPreference.BuildercomputationPreference(ComputationPreference)UpdateBillingGroupRequest.Builder description(String description)
A description of the billing group.
description - A description of the billing group.UpdateBillingGroupRequest.Builder accountGrouping(UpdateBillingGroupAccountGrouping accountGrouping)
Specifies if the billing group has automatic account association (AutoAssociate) enabled.
accountGrouping - Specifies if the billing group has automatic account association (AutoAssociate) enabled.default UpdateBillingGroupRequest.Builder accountGrouping(Consumer<UpdateBillingGroupAccountGrouping.Builder> accountGrouping)
Specifies if the billing group has automatic account association (AutoAssociate) enabled.
UpdateBillingGroupAccountGrouping.Builder avoiding the need to create one manually via
UpdateBillingGroupAccountGrouping.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to accountGrouping(UpdateBillingGroupAccountGrouping).
accountGrouping - a consumer that will call methods on UpdateBillingGroupAccountGrouping.BuilderaccountGrouping(UpdateBillingGroupAccountGrouping)UpdateBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.