Interface GetReservationCoverageRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetReservationCoverageRequest.Builder,GetReservationCoverageRequest>,CostExplorerRequest.Builder,SdkBuilder<GetReservationCoverageRequest.Builder,GetReservationCoverageRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetReservationCoverageRequest
public static interface GetReservationCoverageRequest.Builder extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<GetReservationCoverageRequest.Builder,GetReservationCoverageRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetReservationCoverageRequest.Builderfilter(Consumer<Expression.Builder> filter)Filters utilization data by dimensions.GetReservationCoverageRequest.Builderfilter(Expression filter)Filters utilization data by dimensions.GetReservationCoverageRequest.Buildergranularity(String granularity)The granularity of the Amazon Web Services cost data for the reservation.GetReservationCoverageRequest.Buildergranularity(Granularity granularity)The granularity of the Amazon Web Services cost data for the reservation.GetReservationCoverageRequest.BuildergroupBy(Collection<GroupDefinition> groupBy)You can group the data by the following attributes:GetReservationCoverageRequest.BuildergroupBy(Consumer<GroupDefinition.Builder>... groupBy)You can group the data by the following attributes:GetReservationCoverageRequest.BuildergroupBy(GroupDefinition... groupBy)You can group the data by the following attributes:GetReservationCoverageRequest.BuildermaxResults(Integer maxResults)The maximum number of objects that you returned for this request.GetReservationCoverageRequest.Buildermetrics(String... metrics)The measurement that you want your reservation coverage reported in.GetReservationCoverageRequest.Buildermetrics(Collection<String> metrics)The measurement that you want your reservation coverage reported in.GetReservationCoverageRequest.BuildernextPageToken(String nextPageToken)The token to retrieve the next set of results.GetReservationCoverageRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetReservationCoverageRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default GetReservationCoverageRequest.BuildersortBy(Consumer<SortDefinition.Builder> sortBy)The value by which you want to sort the data.GetReservationCoverageRequest.BuildersortBy(SortDefinition sortBy)The value by which you want to sort the data.default GetReservationCoverageRequest.BuildertimePeriod(Consumer<DateInterval.Builder> timePeriod)The start and end dates of the period that you want to retrieve data about reservation coverage for.GetReservationCoverageRequest.BuildertimePeriod(DateInterval timePeriod)The start and end dates of the period that you want to retrieve data about reservation coverage 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
GetReservationCoverageRequest.Builder timePeriod(DateInterval timePeriod)
The start and end dates of the period that you want to retrieve data about reservation coverage for. You can retrieve data for a maximum of 13 months: the last 12 months and the current month. 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- The start and end dates of the period that you want to retrieve data about reservation coverage for. You can retrieve data for a maximum of 13 months: the last 12 months and the current month. 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 GetReservationCoverageRequest.Builder timePeriod(Consumer<DateInterval.Builder> timePeriod)
The start and end dates of the period that you want to retrieve data about reservation coverage for. You can retrieve data for a maximum of 13 months: the last 12 months and the current month. 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
GetReservationCoverageRequest.Builder groupBy(Collection<GroupDefinition> groupBy)
You can group the data by the following attributes:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
INVOICING_ENTITY
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
- Parameters:
groupBy- You can group the data by the following attributes:-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
INVOICING_ENTITY
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
groupBy
GetReservationCoverageRequest.Builder groupBy(GroupDefinition... groupBy)
You can group the data by the following attributes:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
INVOICING_ENTITY
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
- Parameters:
groupBy- You can group the data by the following attributes:-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
INVOICING_ENTITY
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
groupBy
GetReservationCoverageRequest.Builder groupBy(Consumer<GroupDefinition.Builder>... groupBy)
You can group the data by the following attributes:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
INVOICING_ENTITY
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
TENANCY
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
GetReservationCoverageRequest.Builder granularity(String granularity)
The granularity of the Amazon Web Services cost data for the reservation. Valid values are
MONTHLYandDAILY.If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY.The
GetReservationCoverageoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- The granularity of the Amazon Web Services cost data for the reservation. Valid values areMONTHLYandDAILY.If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY.The
GetReservationCoverageoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
granularity
GetReservationCoverageRequest.Builder granularity(Granularity granularity)
The granularity of the Amazon Web Services cost data for the reservation. Valid values are
MONTHLYandDAILY.If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY.The
GetReservationCoverageoperation supports onlyDAILYandMONTHLYgranularities.- Parameters:
granularity- The granularity of the Amazon Web Services cost data for the reservation. Valid values areMONTHLYandDAILY.If
GroupByis set,Granularitycan't be set. IfGranularityisn't set, the response object doesn't includeGranularity, eitherMONTHLYorDAILY.The
GetReservationCoverageoperation supports onlyDAILYandMONTHLYgranularities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Granularity,Granularity
-
filter
GetReservationCoverageRequest.Builder filter(Expression filter)
Filters utilization data by dimensions. You can filter by the following dimensions:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
TAG
-
TENANCY
GetReservationCoverageuses the same Expression object as the other operations, but onlyANDis supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together.If you don't provide a
SERVICEfilter, Cost Explorer defaults to EC2.Cost category is also supported.
- Parameters:
filter- Filters utilization data by dimensions. You can filter by the following dimensions:-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
TAG
-
TENANCY
GetReservationCoverageuses the same Expression object as the other operations, but onlyANDis supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together.If you don't provide a
SERVICEfilter, Cost Explorer defaults to EC2.Cost category is also supported.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filter
default GetReservationCoverageRequest.Builder filter(Consumer<Expression.Builder> filter)
Filters utilization data by dimensions. You can filter by the following dimensions:
-
AZ
-
CACHE_ENGINE
-
DATABASE_ENGINE
-
DEPLOYMENT_OPTION
-
INSTANCE_TYPE
-
LINKED_ACCOUNT
-
OPERATING_SYSTEM
-
PLATFORM
-
REGION
-
SERVICE
-
TAG
-
TENANCY
GetReservationCoverageuses the same Expression object as the other operations, but onlyANDis supported among each dimension. You can nest only one level deep. If there are multiple values for a dimension, they are OR'd together.If you don't provide a
SERVICEfilter, Cost Explorer defaults to EC2.Cost category is also supported.
This is a convenience method that creates an instance of theExpression.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
GetReservationCoverageRequest.Builder metrics(Collection<String> metrics)
The measurement that you want your reservation coverage reported in.
Valid values are
Hour,Unit, andCost. You can use multiple values in a request.- Parameters:
metrics- The measurement that you want your reservation coverage reported in.Valid values are
Hour,Unit, andCost. You can use multiple values in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metrics
GetReservationCoverageRequest.Builder metrics(String... metrics)
The measurement that you want your reservation coverage reported in.
Valid values are
Hour,Unit, andCost. You can use multiple values in a request.- Parameters:
metrics- The measurement that you want your reservation coverage reported in.Valid values are
Hour,Unit, andCost. You can use multiple values in a request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextPageToken
GetReservationCoverageRequest.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.
-
sortBy
GetReservationCoverageRequest.Builder sortBy(SortDefinition sortBy)
The value by which you want to sort the data.
The following values are supported for
Key:-
OnDemandCost -
CoverageHoursPercentage -
OnDemandHours -
ReservedHours -
TotalRunningHours -
CoverageNormalizedUnitsPercentage -
OnDemandNormalizedUnits -
ReservedNormalizedUnits -
TotalRunningNormalizedUnits -
Time
Supported values for
SortOrderareASCENDINGorDESCENDING.- Parameters:
sortBy- The value by which you want to sort the data.The following values are supported for
Key:-
OnDemandCost -
CoverageHoursPercentage -
OnDemandHours -
ReservedHours -
TotalRunningHours -
CoverageNormalizedUnitsPercentage -
OnDemandNormalizedUnits -
ReservedNormalizedUnits -
TotalRunningNormalizedUnits -
Time
Supported values for
SortOrderareASCENDINGorDESCENDING.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
sortBy
default GetReservationCoverageRequest.Builder sortBy(Consumer<SortDefinition.Builder> sortBy)
The value by which you want to sort the data.
The following values are supported for
Key:-
OnDemandCost -
CoverageHoursPercentage -
OnDemandHours -
ReservedHours -
TotalRunningHours -
CoverageNormalizedUnitsPercentage -
OnDemandNormalizedUnits -
ReservedNormalizedUnits -
TotalRunningNormalizedUnits -
Time
Supported values for
This is a convenience method that creates an instance of theSortOrderareASCENDINGorDESCENDING.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)
-
-
maxResults
GetReservationCoverageRequest.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
GetReservationCoverageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetReservationCoverageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-