Interface GetSavingsPlansUtilizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSavingsPlansUtilizationRequest.Builder,GetSavingsPlansUtilizationRequest>,CostExplorerRequest.Builder,SdkBuilder<GetSavingsPlansUtilizationRequest.Builder,GetSavingsPlansUtilizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSavingsPlansUtilizationRequest
public static interface GetSavingsPlansUtilizationRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetSavingsPlansUtilizationRequest.Builder,GetSavingsPlansUtilizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetSavingsPlansUtilizationRequest.Builderfilter(Consumer<Expression.Builder> filter)Filters Savings Plans utilization coverage data for active Savings Plans dimensions.GetSavingsPlansUtilizationRequest.Builderfilter(Expression filter)Filters Savings Plans utilization coverage data for active Savings Plans dimensions.GetSavingsPlansUtilizationRequest.Buildergranularity(String granularity)The granularity of the Amazon Web Services utillization data for your Savings Plans.GetSavingsPlansUtilizationRequest.Buildergranularity(Granularity granularity)The granularity of the Amazon Web Services utillization data for your Savings Plans.GetSavingsPlansUtilizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSavingsPlansUtilizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetSavingsPlansUtilizationRequest.BuildersortBy(Consumer<SortDefinition.Builder> sortBy)The value that you want to sort the data by.GetSavingsPlansUtilizationRequest.BuildersortBy(SortDefinition sortBy)The value that you want to sort the data by.default GetSavingsPlansUtilizationRequest.BuildertimePeriod(Consumer<DateInterval.Builder> timePeriod)The time period that you want the usage and costs for.GetSavingsPlansUtilizationRequest.BuildertimePeriod(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 Detail
-
timePeriod
GetSavingsPlansUtilizationRequest.Builder timePeriod(DateInterval timePeriod)
The time period that you want the usage and costs for. The
Startdate must be within 13 months. TheEnddate must be after theStartdate, and before the current date. Future dates can't be used as anEnddate.- Parameters:
timePeriod- The time period that you want the usage and costs for. TheStartdate must be within 13 months. TheEnddate must be after theStartdate, and before the current date. Future dates can't be used as anEnddate.- 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 theStartdate must be within 13 months. TheEnddate must be after theStartdate, and before the current date. Future dates can't be used as anEnddate.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
GetSavingsPlansUtilizationRequest.Builder granularity(String granularity)
The granularity of the Amazon Web Services utillization data for your Savings Plans.
The
GetSavingsPlansUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- The granularity of the Amazon Web Services utillization data for your Savings Plans.The
GetSavingsPlansUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
granularity
GetSavingsPlansUtilizationRequest.Builder granularity(Granularity granularity)
The granularity of the Amazon Web Services utillization data for your Savings Plans.
The
GetSavingsPlansUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- The granularity of the Amazon Web Services utillization data for your Savings Plans.The
GetSavingsPlansUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
filter
GetSavingsPlansUtilizationRequest.Builder filter(Expression 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
GetSavingsPlansUtilizationuses the same Expression object as the other operations, but onlyANDis 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
GetSavingsPlansUtilizationuses the same Expression object as the other operations, but onlyANDis supported among each dimension.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filter
default GetSavingsPlansUtilizationRequest.Builder filter(Consumer<Expression.Builder> 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
This is a convenience method that creates an instance of theGetSavingsPlansUtilizationuses the same Expression object as the other operations, but onlyANDis supported among each dimension.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)
-
-
sortBy
GetSavingsPlansUtilizationRequest.Builder sortBy(SortDefinition 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
SortOrderareASCENDINGandDESCENDING.- 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
SortOrderareASCENDINGandDESCENDING.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortBy
default GetSavingsPlansUtilizationRequest.Builder sortBy(Consumer<SortDefinition.Builder> 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 theSortOrderareASCENDINGandDESCENDING.SortDefinition.Builderavoiding the need to create one manually viaSortDefinition.builder().When the
Consumercompletes,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:
sortBy(SortDefinition)
-
-
overrideConfiguration
GetSavingsPlansUtilizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSavingsPlansUtilizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-