Interface GetCostAndUsageWithResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>,CostExplorerRequest.Builder,SdkBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCostAndUsageWithResourcesRequest
public static interface GetCostAndUsageWithResourcesRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetCostAndUsageWithResourcesRequest.Builder,GetCostAndUsageWithResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetCostAndUsageWithResourcesRequest.Builderfilter(Consumer<Expression.Builder> filter)Filters Amazon Web Services costs by different dimensions.GetCostAndUsageWithResourcesRequest.Builderfilter(Expression filter)Filters Amazon Web Services costs by different dimensions.GetCostAndUsageWithResourcesRequest.Buildergranularity(String granularity)Sets the Amazon Web Services cost granularity toMONTHLY,DAILY, orHOURLY.GetCostAndUsageWithResourcesRequest.Buildergranularity(Granularity granularity)Sets the Amazon Web Services cost granularity toMONTHLY,DAILY, orHOURLY.GetCostAndUsageWithResourcesRequest.BuildergroupBy(Collection<GroupDefinition> groupBy)You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.GetCostAndUsageWithResourcesRequest.BuildergroupBy(Consumer<GroupDefinition.Builder>... groupBy)You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.GetCostAndUsageWithResourcesRequest.BuildergroupBy(GroupDefinition... groupBy)You can group Amazon Web Services costs using up to two different groups:DIMENSION,TAG,COST_CATEGORY.GetCostAndUsageWithResourcesRequest.Buildermetrics(String... metrics)Which metrics are returned in the query.GetCostAndUsageWithResourcesRequest.Buildermetrics(Collection<String> metrics)Which metrics are returned in the query.GetCostAndUsageWithResourcesRequest.BuildernextPageToken(String nextPageToken)The token to retrieve the next set of results.GetCostAndUsageWithResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCostAndUsageWithResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetCostAndUsageWithResourcesRequest.BuildertimePeriod(Consumer<DateInterval.Builder> timePeriod)Sets the start and end dates for retrieving Amazon Web Services costs.GetCostAndUsageWithResourcesRequest.BuildertimePeriod(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, sdkFields
-
-
-
-
Method Detail
-
timePeriod
GetCostAndUsageWithResourcesRequest.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
startis2017-01-01andendis2017-05-01, then the cost and usage data is retrieved from2017-01-01up to and including2017-04-30but 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, ifstartis2017-01-01andendis2017-05-01, then the cost and usage data is retrieved from2017-01-01up to and including2017-04-30but 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 thestartis2017-01-01andendis2017-05-01, then the cost and usage data is retrieved from2017-01-01up to and including2017-04-30but not including2017-05-01.DateInterval.Builderavoiding the need to create one manually viaDateInterval.builder().When the
Consumercompletes,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:
timePeriod(DateInterval)
-
granularity
GetCostAndUsageWithResourcesRequest.Builder granularity(String granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY,DAILY, orHOURLY. IfGranularityisn't set, the response object doesn't include theGranularity,MONTHLY,DAILY, orHOURLY.- Parameters:
granularity- Sets the Amazon Web Services cost granularity toMONTHLY,DAILY, orHOURLY. IfGranularityisn'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,Granularity
-
granularity
GetCostAndUsageWithResourcesRequest.Builder granularity(Granularity granularity)
Sets the Amazon Web Services cost granularity to
MONTHLY,DAILY, orHOURLY. IfGranularityisn't set, the response object doesn't include theGranularity,MONTHLY,DAILY, orHOURLY.- Parameters:
granularity- Sets the Amazon Web Services cost granularity toMONTHLY,DAILY, orHOURLY. IfGranularityisn'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,Granularity
-
filter
GetCostAndUsageWithResourcesRequest.Builder filter(Expression filter)
Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICEandLINKED_ACCOUNTand get the costs that are associated with that account's usage of that service. You can nestExpressionobjects to define any combination of dimension filters. For more information, see Expression.The
GetCostAndUsageWithResourcesoperation requires that you either group by or filter by aResourceId. It requires the Expression"SERVICE = Amazon Elastic Compute Cloud - Compute"in the filter.Valid values for
MatchOptionsforDimensionsareEQUALSandCASE_SENSITIVE.Valid values for
MatchOptionsforCostCategoriesandTagsareEQUALS,ABSENT, andCASE_SENSITIVE. Default values areEQUALSandCASE_SENSITIVE.- Parameters:
filter- Filters Amazon Web Services costs by different dimensions. For example, you can specifySERVICEandLINKED_ACCOUNTand get the costs that are associated with that account's usage of that service. You can nestExpressionobjects to define any combination of dimension filters. For more information, see Expression.The
GetCostAndUsageWithResourcesoperation requires that you either group by or filter by aResourceId. It requires the Expression"SERVICE = Amazon Elastic Compute Cloud - Compute"in the filter.Valid values for
MatchOptionsforDimensionsareEQUALSandCASE_SENSITIVE.Valid values for
MatchOptionsforCostCategoriesandTagsareEQUALS,ABSENT, andCASE_SENSITIVE. Default values areEQUALSandCASE_SENSITIVE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
default GetCostAndUsageWithResourcesRequest.Builder filter(Consumer<Expression.Builder> filter)
Filters Amazon Web Services costs by different dimensions. For example, you can specify
SERVICEandLINKED_ACCOUNTand get the costs that are associated with that account's usage of that service. You can nestExpressionobjects to define any combination of dimension filters. For more information, see Expression.The
GetCostAndUsageWithResourcesoperation requires that you either group by or filter by aResourceId. It requires the Expression"SERVICE = Amazon Elastic Compute Cloud - Compute"in the filter.Valid values for
MatchOptionsforDimensionsareEQUALSandCASE_SENSITIVE.Valid values for
This is a convenience method that creates an instance of theMatchOptionsforCostCategoriesandTagsareEQUALS,ABSENT, andCASE_SENSITIVE. Default values areEQUALSandCASE_SENSITIVE.Expression.Builderavoiding the need to create one manually viaExpression.builder().When the
Consumercompletes,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:
filter(Expression)
-
metrics
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, andUsageQuantity.If you return the
UsageQuantitymetric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantityacross 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 meaningfulUsageQuantitymetrics, filter byUsageTypeorUsageTypeGroups.Metricsis required forGetCostAndUsageWithResourcesrequests.- 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
UsageQuantitymetric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantityacross 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 meaningfulUsageQuantitymetrics, filter byUsageTypeorUsageTypeGroups.Metricsis required forGetCostAndUsageWithResourcesrequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
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, andUsageQuantity.If you return the
UsageQuantitymetric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantityacross 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 meaningfulUsageQuantitymetrics, filter byUsageTypeorUsageTypeGroups.Metricsis required forGetCostAndUsageWithResourcesrequests.- 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
UsageQuantitymetric, the service aggregates all usage numbers without taking the units into account. For example, if you aggregateusageQuantityacross 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 meaningfulUsageQuantitymetrics, filter byUsageTypeorUsageTypeGroups.Metricsis required forGetCostAndUsageWithResourcesrequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
GetCostAndUsageWithResourcesRequest.Builder groupBy(Collection<GroupDefinition> 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
GetCostAndUsageWithResourcesRequest.Builder groupBy(GroupDefinition... 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
GetCostAndUsageWithResourcesRequest.Builder groupBy(Consumer<GroupDefinition.Builder>... 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.Builderavoiding the need to create one manually viaGroupDefinition.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groupBy(List.) - 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:
#groupBy(java.util.Collection)
-
nextPageToken
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.
- 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCostAndUsageWithResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-