public static interface BillingGroupCostReportElement.Builder extends SdkPojo, CopyableBuilder<BillingGroupCostReportElement.Builder,BillingGroupCostReportElement>
| Modifier and Type | Method and Description |
|---|---|
BillingGroupCostReportElement.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of a billing group.
|
BillingGroupCostReportElement.Builder |
awsCost(String awsCost)
The actual Amazon Web Services charges for the billing group.
|
BillingGroupCostReportElement.Builder |
currency(String currency)
The displayed currency.
|
BillingGroupCostReportElement.Builder |
margin(String margin)
The billing group margin.
|
BillingGroupCostReportElement.Builder |
marginPercentage(String marginPercentage)
The percentage of billing group margin.
|
BillingGroupCostReportElement.Builder |
proformaCost(String proformaCost)
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBillingGroupCostReportElement.Builder arn(String arn)
The Amazon Resource Name (ARN) of a billing group.
arn - The Amazon Resource Name (ARN) of a billing group.BillingGroupCostReportElement.Builder awsCost(String awsCost)
The actual Amazon Web Services charges for the billing group.
awsCost - The actual Amazon Web Services charges for the billing group.BillingGroupCostReportElement.Builder proformaCost(String proformaCost)
The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.
proformaCost - The hypothetical Amazon Web Services charges based on the associated pricing plan of a billing group.BillingGroupCostReportElement.Builder margin(String margin)
The billing group margin.
margin - The billing group margin.BillingGroupCostReportElement.Builder marginPercentage(String marginPercentage)
The percentage of billing group margin.
marginPercentage - The percentage of billing group margin.BillingGroupCostReportElement.Builder currency(String currency)
The displayed currency.
currency - The displayed currency.Copyright © 2023. All rights reserved.