Interface GetSavingsPlansUtilizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSavingsPlansUtilizationRequest.Builder,
,GetSavingsPlansUtilizationRequest> CostExplorerRequest.Builder
,SdkBuilder<GetSavingsPlansUtilizationRequest.Builder,
,GetSavingsPlansUtilizationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetSavingsPlansUtilizationRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilter
(Consumer<Expression.Builder> filter) Filters Savings Plans utilization coverage data for active Savings Plans dimensions.filter
(Expression filter) Filters Savings Plans utilization coverage data for active Savings Plans dimensions.granularity
(String granularity) The granularity of the Amazon Web Services utillization data for your Savings Plans.granularity
(Granularity granularity) The granularity of the Amazon Web Services utillization data for your Savings Plans.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sortBy
(Consumer<SortDefinition.Builder> sortBy) The value that you want to sort the data by.sortBy
(SortDefinition sortBy) The value that you want to sort the data by.timePeriod
(Consumer<DateInterval.Builder> timePeriod) The time period that you want the usage and costs for.timePeriod
(DateInterval timePeriod) The time period that you want the usage and costs for.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 Details
-
timePeriod
The time period that you want the usage and costs for. The
Start
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.- Parameters:
timePeriod
- The time period that you want the usage and costs for. TheStart
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timePeriod
default GetSavingsPlansUtilizationRequest.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod) The time period that you want the usage and costs for. The
This is a convenience method that creates an instance of theStart
date must be within 13 months. TheEnd
date must be after theStart
date, and before the current date. Future dates can't be used as anEnd
date.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
The granularity of the Amazon Web Services utillization data for your Savings Plans.
The
GetSavingsPlansUtilization
operation supports onlyDAILY
andMONTHLY
granularities.- Parameters:
granularity
- The granularity of the Amazon Web Services utillization data for your Savings Plans.The
GetSavingsPlansUtilization
operation supports onlyDAILY
andMONTHLY
granularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
granularity
The granularity of the Amazon Web Services utillization data for your Savings Plans.
The
GetSavingsPlansUtilization
operation supports onlyDAILY
andMONTHLY
granularities.- Parameters:
granularity
- The granularity of the Amazon Web Services utillization data for your Savings Plans.The
GetSavingsPlansUtilization
operation supports onlyDAILY
andMONTHLY
granularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filter
Filters Savings Plans utilization coverage data for active Savings Plans dimensions. You can filter data with the following dimensions:
-
LINKED_ACCOUNT
-
SAVINGS_PLAN_ARN
-
SAVINGS_PLANS_TYPE
-
REGION
-
PAYMENT_OPTION
-
INSTANCE_TYPE_FAMILY
GetSavingsPlansUtilization
uses the same Expression object as the other operations, but onlyAND
is supported among each dimension.- Parameters:
filter
- Filters Savings Plans utilization coverage data for active Savings Plans dimensions. You can filter data with the following dimensions:-
LINKED_ACCOUNT
-
SAVINGS_PLAN_ARN
-
SAVINGS_PLANS_TYPE
-
REGION
-
PAYMENT_OPTION
-
INSTANCE_TYPE_FAMILY
GetSavingsPlansUtilization
uses the same Expression object as the other operations, but onlyAND
is supported among each dimension.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filter
Filters Savings Plans utilization coverage data for active Savings Plans dimensions. You can filter data with the following dimensions:
-
LINKED_ACCOUNT
-
SAVINGS_PLAN_ARN
-
SAVINGS_PLANS_TYPE
-
REGION
-
PAYMENT_OPTION
-
INSTANCE_TYPE_FAMILY
GetSavingsPlansUtilization
uses the same Expression object as the other operations, but onlyAND
is supported among each dimension.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:
-
-
sortBy
The value that you want to sort the data by.
The following values are supported for
Key
:-
UtilizationPercentage
-
TotalCommitment
-
UsedCommitment
-
UnusedCommitment
-
NetSavings
The supported values for
SortOrder
areASCENDING
andDESCENDING
.- Parameters:
sortBy
- The value that you want to sort the data by.The following values are supported for
Key
:-
UtilizationPercentage
-
TotalCommitment
-
UsedCommitment
-
UnusedCommitment
-
NetSavings
The supported values for
SortOrder
areASCENDING
andDESCENDING
.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortBy
The value that you want to sort the data by.
The following values are supported for
Key
:-
UtilizationPercentage
-
TotalCommitment
-
UsedCommitment
-
UnusedCommitment
-
NetSavings
The supported values for
This is a convenience method that creates an instance of theSortOrder
areASCENDING
andDESCENDING
.SortDefinition.Builder
avoiding the need to create one manually viaSortDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosortBy(SortDefinition)
.- Parameters:
sortBy
- a consumer that will call methods onSortDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
GetSavingsPlansUtilizationRequest.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
GetSavingsPlansUtilizationRequest.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.
-