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(ScheduledInstanceAvailability... scheduledInstanceAvailabilitySet)
Information about the available Scheduled Instances.
|
build
copy
apply, build
DescribeScheduledInstanceAvailabilityResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.