public static interface DescribeHostReservationOfferingsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeHostReservationOfferingsResponse.Builder,DescribeHostReservationOfferingsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeHostReservationOfferingsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeHostReservationOfferingsResponse.Builder |
offeringSet(Collection<HostOffering> offeringSet)
Information about the offerings.
|
DescribeHostReservationOfferingsResponse.Builder |
offeringSet(Consumer<HostOffering.Builder>... offeringSet)
Information about the offerings.
|
DescribeHostReservationOfferingsResponse.Builder |
offeringSet(HostOffering... offeringSet)
Information about the offerings.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeHostReservationOfferingsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.DescribeHostReservationOfferingsResponse.Builder offeringSet(Collection<HostOffering> offeringSet)
Information about the offerings.
offeringSet
- Information about the offerings.DescribeHostReservationOfferingsResponse.Builder offeringSet(HostOffering... offeringSet)
Information about the offerings.
offeringSet
- Information about the offerings.DescribeHostReservationOfferingsResponse.Builder offeringSet(Consumer<HostOffering.Builder>... offeringSet)
Information about the offerings.
This is a convenience method 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 #offeringSet(List)
.offeringSet
- a consumer that will call methods on List.Builder
#offeringSet(List)
Copyright © 2022. All rights reserved.