public static interface GetCostAndUsageWithResourcesRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
default GetCostAndUsageWithResourcesRequest.Builder |
filter(Consumer<Expression.Builder> filter)
Filters Amazon Web Services costs by different dimensions.
|
GetCostAndUsageWithResourcesRequest.Builder |
filter(Expression filter)
Filters Amazon Web Services costs by different dimensions.
|
GetCostAndUsageWithResourcesRequest.Builder |
granularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or
HOURLY. |
GetCostAndUsageWithResourcesRequest.Builder |
granularity(String granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY, DAILY, or
HOURLY. |
GetCostAndUsageWithResourcesRequest.Builder |
groupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesRequest.Builder |
groupBy(Consumer<GroupDefinition.Builder>... groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesRequest.Builder |
groupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups:
DIMENSION,
TAG, COST_CATEGORY. |
GetCostAndUsageWithResourcesRequest.Builder |
metrics(Collection<String> metrics)
Which metrics are returned in the query.
|
GetCostAndUsageWithResourcesRequest.Builder |
metrics(String... metrics)
Which metrics are returned in the query.
|
GetCostAndUsageWithResourcesRequest.Builder |
nextPageToken(String nextPageToken)
The token to retrieve the next set of results.
|
GetCostAndUsageWithResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCostAndUsageWithResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetCostAndUsageWithResourcesRequest.Builder |
timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the start and end dates for retrieving Amazon Web Services costs.
|
GetCostAndUsageWithResourcesRequest.Builder |
timePeriod(DateInterval timePeriod)
Sets the start and end dates for retrieving Amazon Web Services costs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCostAndUsageWithResourcesRequest.Builder timePeriod(DateInterval timePeriod)
Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the last 14
days (the start date cannot be earlier than 14 days ago). The start date is inclusive, but the end date is
exclusive. For example, if start is 2017-01-01 and end is
2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and
including 2017-04-30 but not including 2017-05-01.
timePeriod - Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the
last 14 days (the start date cannot be earlier than 14 days ago). The start date is inclusive, but the
end date is exclusive. For example, if start is 2017-01-01 and
end is 2017-05-01, then the cost and usage data is retrieved from
2017-01-01 up to and including 2017-04-30 but not including
2017-05-01.default GetCostAndUsageWithResourcesRequest.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the start and end dates for retrieving Amazon Web Services costs. The range must be within the last 14
days (the start date cannot be earlier than 14 days ago). The start date is inclusive, but the end date is
exclusive. For example, if start is 2017-01-01 and end is
2017-05-01, then the cost and usage data is retrieved from 2017-01-01 up to and
including 2017-04-30 but not including 2017-05-01.
DateInterval.Builder avoiding the need
to create one manually via DateInterval.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to timePeriod(DateInterval).
timePeriod - a consumer that will call methods on DateInterval.BuildertimePeriod(DateInterval)GetCostAndUsageWithResourcesRequest.Builder granularity(String granularity)
Sets the Amazon Web Services cost granularity to MONTHLY, DAILY, or
HOURLY. If Granularity isn't set, the response object doesn't include the
Granularity, MONTHLY, DAILY, or HOURLY.
granularity - Sets the Amazon Web Services cost granularity to MONTHLY, DAILY, or
HOURLY. If Granularity isn't set, the response object doesn't include the
Granularity, MONTHLY, DAILY, or HOURLY.Granularity,
GranularityGetCostAndUsageWithResourcesRequest.Builder granularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to MONTHLY, DAILY, or
HOURLY. If Granularity isn't set, the response object doesn't include the
Granularity, MONTHLY, DAILY, or HOURLY.
granularity - Sets the Amazon Web Services cost granularity to MONTHLY, DAILY, or
HOURLY. If Granularity isn't set, the response object doesn't include the
Granularity, MONTHLY, DAILY, or HOURLY.Granularity,
GranularityGetCostAndUsageWithResourcesRequest.Builder filter(Expression filter)
Filters Amazon Web Services costs by different dimensions. For example, you can specify SERVICE
and LINKED_ACCOUNT and get the costs that are associated with that account's usage of that
service. You can nest Expression objects to define any combination of dimension filters. For
more information, see Expression.
The GetCostAndUsageWithResources operation requires that you either group by or filter by a
ResourceId. It requires the Expression
"SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter.
Valid values for MatchOptions for Dimensions are EQUALS and
CASE_SENSITIVE.
Valid values for MatchOptions for CostCategories and Tags are
EQUALS, ABSENT, and CASE_SENSITIVE. Default values are
EQUALS and CASE_SENSITIVE.
filter - Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICE and LINKED_ACCOUNT and get the costs that are associated with that
account's usage of that service. You can nest Expression objects to define any
combination of dimension filters. For more information, see Expression.
The GetCostAndUsageWithResources operation requires that you either group by or filter by
a ResourceId. It requires the Expression "SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter.
Valid values for MatchOptions for Dimensions are EQUALS and
CASE_SENSITIVE.
Valid values for MatchOptions for CostCategories and Tags are
EQUALS, ABSENT, and CASE_SENSITIVE. Default values are
EQUALS and CASE_SENSITIVE.
default GetCostAndUsageWithResourcesRequest.Builder filter(Consumer<Expression.Builder> filter)
Filters Amazon Web Services costs by different dimensions. For example, you can specify SERVICE
and LINKED_ACCOUNT and get the costs that are associated with that account's usage of that
service. You can nest Expression objects to define any combination of dimension filters. For
more information, see Expression.
The GetCostAndUsageWithResources operation requires that you either group by or filter by a
ResourceId. It requires the Expression
"SERVICE = Amazon Elastic Compute Cloud - Compute" in the filter.
Valid values for MatchOptions for Dimensions are EQUALS and
CASE_SENSITIVE.
Valid values for MatchOptions for CostCategories and Tags are
EQUALS, ABSENT, and CASE_SENSITIVE. Default values are
EQUALS and CASE_SENSITIVE.
Expression.Builder avoiding the need to
create one manually via Expression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to filter(Expression).
filter - a consumer that will call methods on Expression.Builderfilter(Expression)GetCostAndUsageWithResourcesRequest.Builder metrics(Collection<String> metrics)
Which metrics are returned in the query. For more information about blended and unblended rates, see Why does the "blended" annotation appear on some line items in my bill?.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without taking
the units into account. For example, if you aggregate usageQuantity across all of Amazon EC2,
the results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different
units (for example, hour or GB). To get more meaningful UsageQuantity metrics, filter by
UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
metrics - Which metrics are returned in the query. For more information about blended and unblended rates, see
Why does the
"blended" annotation appear on some line items in my bill?.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without
taking the units into account. For example, if you aggregate usageQuantity across all of
Amazon EC2, the results aren't meaningful because Amazon EC2 compute hours and data transfer are
measured in different units (for example, hour or GB). To get more meaningful
UsageQuantity metrics, filter by UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
GetCostAndUsageWithResourcesRequest.Builder metrics(String... metrics)
Which metrics are returned in the query. For more information about blended and unblended rates, see Why does the "blended" annotation appear on some line items in my bill?.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without taking
the units into account. For example, if you aggregate usageQuantity across all of Amazon EC2,
the results aren't meaningful because Amazon EC2 compute hours and data transfer are measured in different
units (for example, hour or GB). To get more meaningful UsageQuantity metrics, filter by
UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
metrics - Which metrics are returned in the query. For more information about blended and unblended rates, see
Why does the
"blended" annotation appear on some line items in my bill?.
Valid values are AmortizedCost, BlendedCost, NetAmortizedCost,
NetUnblendedCost, NormalizedUsageAmount, UnblendedCost, and
UsageQuantity.
If you return the UsageQuantity metric, the service aggregates all usage numbers without
taking the units into account. For example, if you aggregate usageQuantity across all of
Amazon EC2, the results aren't meaningful because Amazon EC2 compute hours and data transfer are
measured in different units (for example, hour or GB). To get more meaningful
UsageQuantity metrics, filter by UsageType or UsageTypeGroups.
Metrics is required for GetCostAndUsageWithResources requests.
GetCostAndUsageWithResourcesRequest.Builder groupBy(Collection<GroupDefinition> groupBy)
You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.
groupBy - You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.GetCostAndUsageWithResourcesRequest.Builder groupBy(GroupDefinition... groupBy)
You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.
groupBy - You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.GetCostAndUsageWithResourcesRequest.Builder groupBy(Consumer<GroupDefinition.Builder>... groupBy)
You can group Amazon Web Services costs using up to two different groups: DIMENSION,
TAG, COST_CATEGORY.
GroupDefinition.Builder avoiding the need to
create one manually via GroupDefinition.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #groupBy(List.
groupBy - a consumer that will call methods on
GroupDefinition.Builder#groupBy(java.util.Collection) GetCostAndUsageWithResourcesRequest.Builder nextPageToken(String nextPageToken)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken - The token to retrieve the next set of results. Amazon Web Services provides the token when the
response from a previous call has more results than the maximum page size.GetCostAndUsageWithResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCostAndUsageWithResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.