CopyableBuilder<DescribeScheduledInstancesResponse.Builder,DescribeScheduledInstancesResponse>
, SdkBuilder<DescribeScheduledInstancesResponse.Builder,DescribeScheduledInstancesResponse>
public static interface DescribeScheduledInstancesResponse.Builder extends CopyableBuilder<DescribeScheduledInstancesResponse.Builder,DescribeScheduledInstancesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeScheduledInstancesResponse.Builder |
nextToken(String nextToken) |
The token required to retrieve the next set of results.
|
DescribeScheduledInstancesResponse.Builder |
scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet) |
Information about the Scheduled Instances.
|
DescribeScheduledInstancesResponse.Builder |
scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet) |
Information about the Scheduled Instances.
|
copy
apply, build
DescribeScheduledInstancesResponse.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.DescribeScheduledInstancesResponse.Builder scheduledInstanceSet(Collection<ScheduledInstance> scheduledInstanceSet)
Information about the Scheduled Instances.
scheduledInstanceSet
- Information about the Scheduled Instances.DescribeScheduledInstancesResponse.Builder scheduledInstanceSet(ScheduledInstance... scheduledInstanceSet)
Information about the Scheduled Instances.
NOTE: This method appends the values to the existing list (if any). Use
#setScheduledInstanceSet(java.util.Collection)
or
#withScheduledInstanceSet(java.util.Collection)
if you want to override the existing values.
scheduledInstanceSet
- Information about the Scheduled Instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.