public static interface GetReservationUtilizationResponse.Builder extends CostExplorerResponse.Builder, CopyableBuilder<GetReservationUtilizationResponse.Builder,GetReservationUtilizationResponse>
Modifier and Type | Method and Description |
---|---|
GetReservationUtilizationResponse.Builder |
nextPageToken(String nextPageToken)
The token for the next set of retrievable results.
|
default GetReservationUtilizationResponse.Builder |
total(Consumer<ReservationAggregates.Builder> total)
The total amount of time that you utilized your RIs.
|
GetReservationUtilizationResponse.Builder |
total(ReservationAggregates total)
The total amount of time that you utilized your RIs.
|
GetReservationUtilizationResponse.Builder |
utilizationsByTime(Collection<UtilizationByTime> utilizationsByTime)
The amount of time that you utilized your RIs.
|
GetReservationUtilizationResponse.Builder |
utilizationsByTime(Consumer<UtilizationByTime.Builder>... utilizationsByTime)
The amount of time that you utilized your RIs.
|
GetReservationUtilizationResponse.Builder |
utilizationsByTime(UtilizationByTime... utilizationsByTime)
The amount of time that you utilized your RIs.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetReservationUtilizationResponse.Builder utilizationsByTime(Collection<UtilizationByTime> utilizationsByTime)
The amount of time that you utilized your RIs.
utilizationsByTime
- The amount of time that you utilized your RIs.GetReservationUtilizationResponse.Builder utilizationsByTime(UtilizationByTime... utilizationsByTime)
The amount of time that you utilized your RIs.
utilizationsByTime
- The amount of time that you utilized your RIs.GetReservationUtilizationResponse.Builder utilizationsByTime(Consumer<UtilizationByTime.Builder>... utilizationsByTime)
The amount of time that you utilized your RIs.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #utilizationsByTime(List)
.utilizationsByTime
- a consumer that will call methods on List.Builder
#utilizationsByTime(List)
GetReservationUtilizationResponse.Builder total(ReservationAggregates total)
The total amount of time that you utilized your RIs.
total
- The total amount of time that you utilized your RIs.default GetReservationUtilizationResponse.Builder total(Consumer<ReservationAggregates.Builder> total)
The total amount of time that you utilized your RIs.
This is a convenience that creates an instance of theReservationAggregates.Builder
avoiding the need
to create one manually via ReservationAggregates.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and
its result is passed to total(ReservationAggregates)
.total
- a consumer that will call methods on ReservationAggregates.Builder
total(ReservationAggregates)
GetReservationUtilizationResponse.Builder nextPageToken(String nextPageToken)
The token for the next set of retrievable results. AWS provides the token when the response from a previous call has more results than the maximum page size.
nextPageToken
- The token for the next set of retrievable results. AWS provides the token when the response from a
previous call has more results than the maximum page size.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.