Interface GetReservationUtilizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetReservationUtilizationRequest.Builder,GetReservationUtilizationRequest>,CostExplorerRequest.Builder,SdkBuilder<GetReservationUtilizationRequest.Builder,GetReservationUtilizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetReservationUtilizationRequest
public static interface GetReservationUtilizationRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetReservationUtilizationRequest.Builder,GetReservationUtilizationRequest>
-
-
Method Summary
-
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
GetReservationUtilizationRequest.Builder timePeriod(DateInterval timePeriod)
Sets the start and end dates for retrieving Reserved Instance (RI) utilization. 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 Reserved Instance (RI) utilization. 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 GetReservationUtilizationRequest.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the start and end dates for retrieving Reserved Instance (RI) utilization. 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)
-
groupBy
GetReservationUtilizationRequest.Builder groupBy(Collection<GroupDefinition> groupBy)
Groups only by
SUBSCRIPTION_ID. Metadata is included.- Parameters:
groupBy- Groups only bySUBSCRIPTION_ID. Metadata is included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
GetReservationUtilizationRequest.Builder groupBy(GroupDefinition... groupBy)
Groups only by
SUBSCRIPTION_ID. Metadata is included.- Parameters:
groupBy- Groups only bySUBSCRIPTION_ID. Metadata is included.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupBy
GetReservationUtilizationRequest.Builder groupBy(Consumer<GroupDefinition.Builder>... groupBy)
Groups only by
This is a convenience method that creates an instance of theSUBSCRIPTION_ID. Metadata is included.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)
-
granularity
GetReservationUtilizationRequest.Builder granularity(String granularity)
If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY. If bothGroupByandGranularityaren't set,GetReservationUtilizationdefaults toDAILY.The
GetReservationUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- IfGroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY. If bothGroupByandGranularityaren't set,GetReservationUtilizationdefaults toDAILY.The
GetReservationUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
granularity
GetReservationUtilizationRequest.Builder granularity(Granularity granularity)
If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY. If bothGroupByandGranularityaren't set,GetReservationUtilizationdefaults toDAILY.The
GetReservationUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- IfGroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY. If bothGroupByandGranularityaren't set,GetReservationUtilizationdefaults toDAILY.The
GetReservationUtilizationoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
filter
GetReservationUtilizationRequest.Builder filter(Expression filter)
Filters utilization data by dimensions. You can filter by the following dimensions:
-
AZ
-
CACHE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
SCOPE
-
TENANCY
GetReservationUtilizationuses the same Expression object as the other operations, but onlyANDis supported among each dimension, and nesting is supported up to only one level deep. If there are multiple values for a dimension, they are OR'd together.- Parameters:
filter- Filters utilization data by dimensions. You can filter by the following dimensions:-
AZ
-
CACHE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
SCOPE
-
TENANCY
GetReservationUtilizationuses the same Expression object as the other operations, but onlyANDis supported among each dimension, and nesting is supported up to only one level deep. If there are multiple values for a dimension, they are OR'd together.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filter
default GetReservationUtilizationRequest.Builder filter(Consumer<Expression.Builder> filter)
Filters utilization data by dimensions. You can filter by the following dimensions:
-
AZ
-
CACHE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
SCOPE
-
TENANCY
This is a convenience method that creates an instance of theGetReservationUtilizationuses the same Expression object as the other operations, but onlyANDis supported among each dimension, and nesting is supported up to only one level deep. If there are multiple values for a dimension, they are OR'd together.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
GetReservationUtilizationRequest.Builder sortBy(SortDefinition sortBy)
The value that you want to sort the data by.
The following values are supported for
Key:-
UtilizationPercentage -
UtilizationPercentageInUnits -
PurchasedHours -
PurchasedUnits -
TotalActualHours -
TotalActualUnits -
UnusedHours -
UnusedUnits -
OnDemandCostOfRIHoursUsed -
NetRISavings -
TotalPotentialRISavings -
AmortizedUpfrontFee -
AmortizedRecurringFee -
TotalAmortizedFee -
RICostForUnusedHours -
RealizedSavings -
UnrealizedSavings
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 -
UtilizationPercentageInUnits -
PurchasedHours -
PurchasedUnits -
TotalActualHours -
TotalActualUnits -
UnusedHours -
UnusedUnits -
OnDemandCostOfRIHoursUsed -
NetRISavings -
TotalPotentialRISavings -
AmortizedUpfrontFee -
AmortizedRecurringFee -
TotalAmortizedFee -
RICostForUnusedHours -
RealizedSavings -
UnrealizedSavings
The supported values for
SortOrderareASCENDINGandDESCENDING.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortBy
default GetReservationUtilizationRequest.Builder sortBy(Consumer<SortDefinition.Builder> sortBy)
The value that you want to sort the data by.
The following values are supported for
Key:-
UtilizationPercentage -
UtilizationPercentageInUnits -
PurchasedHours -
PurchasedUnits -
TotalActualHours -
TotalActualUnits -
UnusedHours -
UnusedUnits -
OnDemandCostOfRIHoursUsed -
NetRISavings -
TotalPotentialRISavings -
AmortizedUpfrontFee -
AmortizedRecurringFee -
TotalAmortizedFee -
RICostForUnusedHours -
RealizedSavings -
UnrealizedSavings
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)
-
-
nextPageToken
GetReservationUtilizationRequest.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.
-
maxResults
GetReservationUtilizationRequest.Builder maxResults(Integer maxResults)
The maximum number of objects that you returned for this request. If more objects are available, in the response, Amazon Web Services provides a NextPageToken value that you can use in a subsequent call to get the next batch of objects.
- Parameters:
maxResults- The maximum number of objects that you returned for this request. If more objects are available, in the response, Amazon Web Services provides a NextPageToken value that you can use in a subsequent call to get the next batch of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetReservationUtilizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetReservationUtilizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-