public static interface ReservationUtilizationGroup.Builder extends SdkPojo, CopyableBuilder<ReservationUtilizationGroup.Builder,ReservationUtilizationGroup>
| Modifier and Type | Method and Description |
|---|---|
ReservationUtilizationGroup.Builder |
attributes(Map<String,String> attributes)
The attributes for this group of reservations.
|
ReservationUtilizationGroup.Builder |
key(String key)
The key for a specific reservation attribute.
|
default ReservationUtilizationGroup.Builder |
utilization(Consumer<ReservationAggregates.Builder> utilization)
How much you used this group of reservations.
|
ReservationUtilizationGroup.Builder |
utilization(ReservationAggregates utilization)
How much you used this group of reservations.
|
ReservationUtilizationGroup.Builder |
value(String value)
The value of a specific reservation attribute.
|
copyapplyMutation, buildReservationUtilizationGroup.Builder key(String key)
The key for a specific reservation attribute.
key - The key for a specific reservation attribute.ReservationUtilizationGroup.Builder value(String value)
The value of a specific reservation attribute.
value - The value of a specific reservation attribute.ReservationUtilizationGroup.Builder attributes(Map<String,String> attributes)
The attributes for this group of reservations.
attributes - The attributes for this group of reservations.ReservationUtilizationGroup.Builder utilization(ReservationAggregates utilization)
How much you used this group of reservations.
utilization - How much you used this group of reservations.default ReservationUtilizationGroup.Builder utilization(Consumer<ReservationAggregates.Builder> utilization)
How much you used this group of reservations.
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 utilization(ReservationAggregates).utilization - a consumer that will call methods on ReservationAggregates.Builderutilization(ReservationAggregates)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.