Interface GetCostAndUsageWithResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,
,GetCostAndUsageWithResourcesRequest> CostExplorerRequest.Builder
,SdkBuilder<GetCostAndUsageWithResourcesRequest.Builder,
,GetCostAndUsageWithResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetCostAndUsageWithResourcesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbillingViewArn
(String billingViewArn) The Amazon Resource Name (ARN) that uniquely identifies a specific billing view.filter
(Consumer<Expression.Builder> filter) Filters Amazon Web Services costs by different dimensions.filter
(Expression filter) Filters Amazon Web Services costs by different dimensions.granularity
(String granularity) Sets the Amazon Web Services cost granularity toMONTHLY
,DAILY
, orHOURLY
.granularity
(Granularity granularity) Sets the Amazon Web Services cost granularity toMONTHLY
,DAILY
, orHOURLY
.groupBy
(Collection<GroupDefinition> groupBy) You can group Amazon Web Services costs using up to two different groups:DIMENSION
,TAG
,COST_CATEGORY
.groupBy
(Consumer<GroupDefinition.Builder>... groupBy) You can group Amazon Web Services costs using up to two different groups:DIMENSION
,TAG
,COST_CATEGORY
.groupBy
(GroupDefinition... groupBy) You can group Amazon Web Services costs using up to two different groups:DIMENSION
,TAG
,COST_CATEGORY
.Which metrics are returned in the query.metrics
(Collection<String> metrics) Which metrics are returned in the query.nextPageToken
(String nextPageToken) The token to retrieve the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.timePeriod
(Consumer<DateInterval.Builder> timePeriod) Sets the start and end dates for retrieving Amazon Web Services costs.timePeriod
(DateInterval timePeriod) Sets the start and end dates for retrieving Amazon Web Services costs.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.- Parameters:
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, ifstart
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
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
This is a convenience method that creates an instance of thestart
is2017-01-01
andend
is2017-05-01
, then the cost and usage data is retrieved from2017-01-01
up to and including2017-04-30
but not including2017-05-01
.DateInterval.Builder
avoiding the need to create one manually viaDateInterval.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totimePeriod(DateInterval)
.- Parameters:
timePeriod
- a consumer that will call methods onDateInterval.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
granularity
Sets the Amazon Web Services cost granularity to
MONTHLY
,DAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
,MONTHLY
,DAILY
, orHOURLY
.- Parameters:
granularity
- Sets the Amazon Web Services cost granularity toMONTHLY
,DAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
,MONTHLY
,DAILY
, orHOURLY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
granularity
Sets the Amazon Web Services cost granularity to
MONTHLY
,DAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
,MONTHLY
,DAILY
, orHOURLY
.- Parameters:
granularity
- Sets the Amazon Web Services cost granularity toMONTHLY
,DAILY
, orHOURLY
. IfGranularity
isn't set, the response object doesn't include theGranularity
,MONTHLY
,DAILY
, orHOURLY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filter
Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICE
andLINKED_ACCOUNT
and get the costs that are associated with that account's usage of that service. You can nestExpression
objects to define any combination of dimension filters. For more information, see Expression.Valid values for
MatchOptions
forDimensions
areEQUALS
andCASE_SENSITIVE
.Valid values for
MatchOptions
forCostCategories
andTags
areEQUALS
,ABSENT
, andCASE_SENSITIVE
. Default values areEQUALS
andCASE_SENSITIVE
.- Parameters:
filter
- Filters Amazon Web Services costs by different dimensions. For example, you can specifySERVICE
andLINKED_ACCOUNT
and get the costs that are associated with that account's usage of that service. You can nestExpression
objects to define any combination of dimension filters. For more information, see Expression.Valid values for
MatchOptions
forDimensions
areEQUALS
andCASE_SENSITIVE
.Valid values for
MatchOptions
forCostCategories
andTags
areEQUALS
,ABSENT
, andCASE_SENSITIVE
. Default values areEQUALS
andCASE_SENSITIVE
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICE
andLINKED_ACCOUNT
and get the costs that are associated with that account's usage of that service. You can nestExpression
objects to define any combination of dimension filters. For more information, see Expression.Valid values for
MatchOptions
forDimensions
areEQUALS
andCASE_SENSITIVE
.Valid values for
This is a convenience method that creates an instance of theMatchOptions
forCostCategories
andTags
areEQUALS
,ABSENT
, andCASE_SENSITIVE
. Default values areEQUALS
andCASE_SENSITIVE
.Expression.Builder
avoiding the need to create one manually viaExpression.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilter(Expression)
.- Parameters:
filter
- a consumer that will call methods onExpression.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
, andUsageQuantity
.If you return the
UsageQuantity
metric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantity
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 meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsageWithResources
requests.- Parameters:
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
, andUsageQuantity
.If you return the
UsageQuantity
metric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantity
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 meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsageWithResources
requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
, andUsageQuantity
.If you return the
UsageQuantity
metric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantity
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 meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsageWithResources
requests.- Parameters:
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
, andUsageQuantity
.If you return the
UsageQuantity
metric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantity
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 meaningfulUsageQuantity
metrics, filter byUsageType
orUsageTypeGroups
.Metrics
is required forGetCostAndUsageWithResources
requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
You can group Amazon Web Services costs using up to two different groups:
DIMENSION
,TAG
,COST_CATEGORY
.- Parameters:
groupBy
- You can group Amazon Web Services costs using up to two different groups:DIMENSION
,TAG
,COST_CATEGORY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
You can group Amazon Web Services costs using up to two different groups:
DIMENSION
,TAG
,COST_CATEGORY
.- Parameters:
groupBy
- You can group Amazon Web Services costs using up to two different groups:DIMENSION
,TAG
,COST_CATEGORY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
You can group Amazon Web Services costs using up to two different groups:
This is a convenience method that creates an instance of theDIMENSION
,TAG
,COST_CATEGORY
.GroupDefinition.Builder
avoiding the need to create one manually viaGroupDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed togroupBy(List<GroupDefinition>)
.- Parameters:
groupBy
- a consumer that will call methods onGroupDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
billingViewArn
The Amazon Resource Name (ARN) that uniquely identifies a specific billing view. The ARN is used to specify which particular billing view you want to interact with or retrieve information from when making API calls related to Amazon Web Services Billing and Cost Management features. The BillingViewArn can be retrieved by calling the ListBillingViews API.
- Parameters:
billingViewArn
- The Amazon Resource Name (ARN) that uniquely identifies a specific billing view. The ARN is used to specify which particular billing view you want to interact with or retrieve information from when making API calls related to Amazon Web Services Billing and Cost Management features. The BillingViewArn can be retrieved by calling the ListBillingViews API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCostAndUsageWithResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetCostAndUsageWithResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-