public static class UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters extends Object
| Constructor and Description |
|---|
GetMonthlyUsageAttributionOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
endMonth(OffsetDateTime endMonth)
Set endMonth.
|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
includeDescendants(Boolean includeDescendants)
Set includeDescendants.
|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
nextRecordId(String nextRecordId)
Set nextRecordId.
|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
sortDirection(UsageSortDirection sortDirection)
Set sortDirection.
|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
sortName(MonthlyUsageAttributionSupportedMetrics sortName)
Set sortName.
|
UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters |
tagBreakdownKeys(String tagBreakdownKeys)
Set tagBreakdownKeys.
|
public GetMonthlyUsageAttributionOptionalParameters()
public UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters endMonth(OffsetDateTime endMonth)
endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage ending this month. (optional)public UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters sortDirection(UsageSortDirection sortDirection)
sortDirection - The direction to sort by: [desc, asc]. (optional, default
to "desc")public UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters sortName(MonthlyUsageAttributionSupportedMetrics sortName)
sortName - The field to sort by. (optional)public UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters tagBreakdownKeys(String tagBreakdownKeys)
tagBreakdownKeys - Comma separated list of tag keys used to group usage. If no value is
provided the usage 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.GetMonthlyUsageAttributionOptionalParameters nextRecordId(String nextRecordId)
nextRecordId - List following results with a next_record_id provided in the previous
query. (optional)public UsageMeteringApi.GetMonthlyUsageAttributionOptionalParameters includeDescendants(Boolean includeDescendants)
includeDescendants - Include child org usage in the response. Defaults to true
. (optional, default to true)Copyright © 2024. All rights reserved.