CopyableBuilder<DescribeScheduledInstanceAvailabilityResponse.Builder,DescribeScheduledInstanceAvailabilityResponse>, SdkBuilder<DescribeScheduledInstanceAvailabilityResponse.Builder,DescribeScheduledInstanceAvailabilityResponse>public static interface DescribeScheduledInstanceAvailabilityResponse.Builder extends CopyableBuilder<DescribeScheduledInstanceAvailabilityResponse.Builder,DescribeScheduledInstanceAvailabilityResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setScheduledInstanceAvailabilitySet(java.util.Collection) or
#withScheduledInstanceAvailabilitySet(java.util.Collection) if you want to override the existing
values.
scheduledInstanceAvailabilitySet - Information about the available Scheduled Instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.