Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeSpotPriceHistoryRequest.Builder,DescribeSpotPriceHistoryRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeSpotPriceHistoryRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeSpotPriceHistoryRequest.Builder,DescribeSpotPriceHistoryRequest>
Contains the parameters for DescribeSpotPriceHistory.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeSpotPriceHistoryRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
availabilityZone() |
Filters the results by the specified Availability Zone.
|
static DescribeSpotPriceHistoryRequest.Builder |
builder() |
|
Date |
endTime() |
The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format
(for example, YYYY-MM-DDTHH:MM:SSZ).
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
List<String> |
instanceTypes() |
Filters the results by the specified instance types.
|
Integer |
maxResults() |
The maximum number of results to return in a single call.
|
String |
nextToken() |
The token for the next set of results.
|
List<String> |
productDescriptions() |
Filters the results by the specified basic product descriptions.
|
static Class<? extends DescribeSpotPriceHistoryRequest.Builder> |
serializableBuilderClass() |
|
Date |
startTime() |
The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format
(for example, YYYY-MM-DDTHH:MM:SSZ).
|
DescribeSpotPriceHistoryRequest.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, withSdkClientExecutionTimeout
public List<Filter> filters()
One or more filters.
availability-zone
- The Availability Zone for which prices should be returned.
instance-type
- The type of instance (for example, m3.medium
).
product-description
- The product description for the Spot price (Linux/UNIX
|
SUSE Linux
| Windows
| Linux/UNIX (Amazon VPC)
|
SUSE Linux (Amazon VPC)
| Windows (Amazon VPC)
).
spot-price
- The Spot price. The value must match exactly (or use wildcards; greater than or less
than comparison is not supported).
timestamp
- The timestamp of the Spot price history, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater than or
less than comparison is not supported.
availability-zone
- The Availability Zone for which prices should be returned.
instance-type
- The type of instance (for example, m3.medium
).
product-description
- The product description for the Spot price (Linux/UNIX
|
SUSE Linux
| Windows
| Linux/UNIX (Amazon VPC)
|
SUSE Linux (Amazon VPC)
| Windows (Amazon VPC)
).
spot-price
- The Spot price. The value must match exactly (or use wildcards; greater than or
less than comparison is not supported).
timestamp
- The timestamp of the Spot price history, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ). You can use wildcards (* and ?). Greater
than or less than comparison is not supported.
public String availabilityZone()
Filters the results by the specified Availability Zone.
public Date endTime()
The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public List<String> instanceTypes()
Filters the results by the specified instance types. Note that T2 and HS1 instance types are not supported.
InstanceType
public Integer maxResults()
The maximum number of results to return in a single call. Specify a value between 1 and 1000. The default value
is 1000. To retrieve the remaining results, make another call with the returned NextToken
value.
NextToken
value.public String nextToken()
The token for the next set of results.
public List<String> productDescriptions()
Filters the results by the specified basic product descriptions.
public Date startTime()
The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
public DescribeSpotPriceHistoryRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeSpotPriceHistoryRequest.Builder,DescribeSpotPriceHistoryRequest>
public static DescribeSpotPriceHistoryRequest.Builder builder()
public static Class<? extends DescribeSpotPriceHistoryRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.