default UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.accountGrouping(Consumer<UpdateBillingGroupAccountGrouping.Builder> accountGrouping) |
Specifies if the billing group has automatic account association (AutoAssociate) enabled.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.accountGrouping(UpdateBillingGroupAccountGrouping accountGrouping) |
Specifies if the billing group has automatic account association (AutoAssociate) enabled.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the billing group that was updated.
|
static UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.builder() |
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.description(String description) |
A description of the billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.lastModifiedTime(Long lastModifiedTime) |
The most recent time when the billing group was modified.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.name(String name) |
The name of the billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.pricingPlanArn(String pricingPlanArn) |
The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing
group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.primaryAccountId(String primaryAccountId) |
The account ID that serves as the main account in a billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.size(Long size) |
The number of accounts in the particular billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.status(String status) |
The status of the billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.status(BillingGroupStatus status) |
The status of the billing group.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.Builder.statusReason(String statusReason) |
The reason why the billing group is in its current status.
|
UpdateBillingGroupResponse.Builder |
UpdateBillingGroupResponse.toBuilder() |
|