CopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
, SdkBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
public static interface DescribeScheduledInstancesRequest.Builder extends CopyableBuilder<DescribeScheduledInstancesRequest.Builder,DescribeScheduledInstancesRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeScheduledInstancesRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeScheduledInstancesRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeScheduledInstancesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return in a single call.
|
DescribeScheduledInstancesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of results.
|
DescribeScheduledInstancesRequest.Builder |
scheduledInstanceIds(String... scheduledInstanceIds) |
One or more Scheduled Instance IDs.
|
DescribeScheduledInstancesRequest.Builder |
scheduledInstanceIds(Collection<String> scheduledInstanceIds) |
One or more Scheduled Instance IDs.
|
DescribeScheduledInstancesRequest.Builder |
slotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange) |
The time period for the first schedule to start.
|
copy
apply, build
DescribeScheduledInstancesRequest.Builder filters(Collection<Filter> filters)
One or more filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
filters
- One or more filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
DescribeScheduledInstancesRequest.Builder filters(Filter... filters)
One or more filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
filters
- One or more filters.
availability-zone
- The Availability Zone (for example, us-west-2a
).
instance-type
- The instance type (for example, c4.large
).
network-platform
- The network platform (EC2-Classic
or EC2-VPC
).
platform
- The platform (Linux/UNIX
or Windows
).
DescribeScheduledInstancesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. This value can be between 5 and 300. The default
value is 100. To retrieve the remaining results, make another call with the returned NextToken
value.
maxResults
- The maximum number of results to return in a single call. This value can be between 5 and 300. The
default value is 100. To retrieve the remaining results, make another call with the returned
NextToken
value.DescribeScheduledInstancesRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.DescribeScheduledInstancesRequest.Builder scheduledInstanceIds(Collection<String> scheduledInstanceIds)
One or more Scheduled Instance IDs.
scheduledInstanceIds
- One or more Scheduled Instance IDs.DescribeScheduledInstancesRequest.Builder scheduledInstanceIds(String... scheduledInstanceIds)
One or more Scheduled Instance IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setScheduledInstanceIds(java.util.Collection)
or
#withScheduledInstanceIds(java.util.Collection)
if you want to override the existing values.
scheduledInstanceIds
- One or more Scheduled Instance IDs.DescribeScheduledInstancesRequest.Builder slotStartTimeRange(SlotStartTimeRangeRequest slotStartTimeRange)
The time period for the first schedule to start.
slotStartTimeRange
- The time period for the first schedule to start.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.