Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeScheduledInstanceAvailabilityRequest.Builder,DescribeScheduledInstanceAvailabilityRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeScheduledInstanceAvailabilityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeScheduledInstanceAvailabilityRequest.Builder,DescribeScheduledInstanceAvailabilityRequest>
Contains the parameters for DescribeScheduledInstanceAvailability.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeScheduledInstanceAvailabilityRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DescribeScheduledInstanceAvailabilityRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
SlotDateTimeRangeRequest |
firstSlotStartTimeRange() |
The time period for the first schedule to start.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
Integer |
maxSlotDurationInHours() |
The maximum available duration, in hours.
|
Integer |
minSlotDurationInHours() |
The minimum available duration, in hours.
|
String |
nextToken() |
The token for the next set of results.
|
ScheduledInstanceRecurrenceRequest |
recurrence() |
The schedule recurrence.
|
static Class<? extends DescribeScheduledInstanceAvailabilityRequest.Builder> |
serializableBuilderClass() |
|
DescribeScheduledInstanceAvailabilityRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<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).
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).
public SlotDateTimeRangeRequest firstSlotStartTimeRange()
The time period for the first schedule to start.
public 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 300. To retrieve the remaining results, make another call with the returned NextToken value.
NextToken value.public Integer maxSlotDurationInHours()
The maximum available duration, in hours. This value must be greater than MinSlotDurationInHours and
less than 1,720.
MinSlotDurationInHours and less than 1,720.public Integer minSlotDurationInHours()
The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.
public String nextToken()
The token for the next set of results.
public ScheduledInstanceRecurrenceRequest recurrence()
The schedule recurrence.
public DescribeScheduledInstanceAvailabilityRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeScheduledInstanceAvailabilityRequest.Builder,DescribeScheduledInstanceAvailabilityRequest>public static DescribeScheduledInstanceAvailabilityRequest.Builder builder()
public static Class<? extends DescribeScheduledInstanceAvailabilityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.