Interface UpdateBillingGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingconductorRequest.Builder,Buildable,CopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>,SdkBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateBillingGroupRequest
public static interface UpdateBillingGroupRequest.Builder extends BillingconductorRequest.Builder, SdkPojo, CopyableBuilder<UpdateBillingGroupRequest.Builder,UpdateBillingGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateBillingGroupRequest.BuilderaccountGrouping(Consumer<UpdateBillingGroupAccountGrouping.Builder> accountGrouping)Specifies if the billing group has automatic account association (AutoAssociate) enabled.UpdateBillingGroupRequest.BuilderaccountGrouping(UpdateBillingGroupAccountGrouping accountGrouping)Specifies if the billing group has automatic account association (AutoAssociate) enabled.UpdateBillingGroupRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the billing group being updated.default UpdateBillingGroupRequest.BuildercomputationPreference(Consumer<ComputationPreference.Builder> computationPreference)The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.UpdateBillingGroupRequest.BuildercomputationPreference(ComputationPreference computationPreference)The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.UpdateBillingGroupRequest.Builderdescription(String description)A description of the billing group.UpdateBillingGroupRequest.Buildername(String name)The name of the billing group.UpdateBillingGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBillingGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBillingGroupRequest.Builderstatus(String status)The status of the billing group.UpdateBillingGroupRequest.Builderstatus(BillingGroupStatus status)The status of the billing group.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billingconductor.model.BillingconductorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateBillingGroupRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the billing group being updated.
- Parameters:
arn- The Amazon Resource Name (ARN) of the billing group being updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateBillingGroupRequest.Builder name(String name)
The name of the billing group. The names must be unique to each billing group.
- Parameters:
name- The name of the billing group. The names must be unique to each billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateBillingGroupRequest.Builder status(String status)
The status of the billing group. Only one of the valid values can be used.
- Parameters:
status- The status of the billing group. Only one of the valid values can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingGroupStatus,BillingGroupStatus
-
status
UpdateBillingGroupRequest.Builder status(BillingGroupStatus status)
The status of the billing group. Only one of the valid values can be used.
- Parameters:
status- The status of the billing group. Only one of the valid values can be used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BillingGroupStatus,BillingGroupStatus
-
computationPreference
UpdateBillingGroupRequest.Builder computationPreference(ComputationPreference 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
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.Builderavoiding the need to create one manually viaComputationPreference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomputationPreference(ComputationPreference).- Parameters:
computationPreference- a consumer that will call methods onComputationPreference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
computationPreference(ComputationPreference)
-
description
UpdateBillingGroupRequest.Builder description(String description)
A description of the billing group.
- Parameters:
description- A description of the billing group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountGrouping
UpdateBillingGroupRequest.Builder accountGrouping(UpdateBillingGroupAccountGrouping accountGrouping)
Specifies if the billing group has automatic account association (
AutoAssociate) enabled.- Parameters:
accountGrouping- Specifies if the billing group has automatic account association (AutoAssociate) enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountGrouping
default UpdateBillingGroupRequest.Builder accountGrouping(Consumer<UpdateBillingGroupAccountGrouping.Builder> accountGrouping)
Specifies if the billing group has automatic account association (
This is a convenience method that creates an instance of theAutoAssociate) enabled.UpdateBillingGroupAccountGrouping.Builderavoiding the need to create one manually viaUpdateBillingGroupAccountGrouping.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountGrouping(UpdateBillingGroupAccountGrouping).- Parameters:
accountGrouping- a consumer that will call methods onUpdateBillingGroupAccountGrouping.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountGrouping(UpdateBillingGroupAccountGrouping)
-
overrideConfiguration
UpdateBillingGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateBillingGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-