public static interface DescribeScheduledInstanceAvailabilityResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeScheduledInstanceAvailabilityResponse.Builder,DescribeScheduledInstanceAvailabilityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledInstanceAvailabilityResponse.Builder |
nextToken(String nextToken)
The token required to retrieve the next set of results.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(Consumer<ScheduledInstanceAvailability.Builder>... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
DescribeScheduledInstanceAvailabilityResponse.Builder |
scheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeScheduledInstanceAvailabilityResponse.Builder nextToken(String nextToken)
The token required to retrieve the next set of results. This value is null when there are no
more results to return.
nextToken - The token required to retrieve the next set of results. This value is null when there are
no more results to return.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(Collection<ScheduledInstanceAvailability> scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.DescribeScheduledInstanceAvailabilityResponse.Builder scheduledInstanceAvailabilitySet(Consumer<ScheduledInstanceAvailability.Builder>... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
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 #scheduledInstanceAvailabilitySet(List) .scheduledInstanceAvailabilitySet - a consumer that will call methods on List.Builder #scheduledInstanceAvailabilitySet(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.