public static class UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters extends Object
| Constructor and Description |
|---|
GetMonthlyCostAttributionOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters |
includeDescendants(Boolean includeDescendants)
Set includeDescendants.
|
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters |
nextRecordId(String nextRecordId)
Set nextRecordId.
|
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters |
sortDirection(SortDirection sortDirection)
Set sortDirection.
|
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters |
sortName(String sortName)
Set sortName.
|
UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters |
tagBreakdownKeys(String tagBreakdownKeys)
Set tagBreakdownKeys.
|
public GetMonthlyCostAttributionOptionalParameters()
public UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters sortDirection(SortDirection sortDirection)
sortDirection - The direction to sort by: [desc, asc]. (optional, default
to "desc")public UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters sortName(String sortName)
sortName - The billing dimension to sort by. Always sorted by total cost. Example:
infra_host. (optional)public UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters tagBreakdownKeys(String tagBreakdownKeys)
tagBreakdownKeys - Comma separated list of tag keys used to group cost. If no value is
provided the cost will not be broken down by tags. To see which tags are available, look
for the value of tag_config_source in the API response. (optional)public UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters nextRecordId(String nextRecordId)
nextRecordId - List following results with a next_record_id provided in the previous
query. (optional)public UsageMeteringApi.GetMonthlyCostAttributionOptionalParameters includeDescendants(Boolean includeDescendants)
includeDescendants - Include child org cost in the response. Defaults to true
. (optional, default to true)Copyright © 2024. All rights reserved.