public class DescribeOrderableClusterOptionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeOrderableClusterOptions operation
.
Returns a list of orderable cluster options. Before you create a new cluster you can use this operation to find what options are available, such as the EC2 Availability Zones (AZ) in the specific AWS region that you can specify, and the node types you can request. The node types differ by available storage, memory, CPU and price. With the cost involved you might want to obtain a list of cluster options in the specific region and specify values when creating a cluster. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Management Guide
Constructor and Description |
---|
DescribeOrderableClusterOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterVersion()
The version filter value.
|
String |
getMarker()
An optional parameter that specifies the starting point to return a
set of response records.
|
Integer |
getMaxRecords()
The maximum number of response records to return in each call.
|
String |
getNodeType()
The node type filter value.
|
int |
hashCode() |
void |
setClusterVersion(String clusterVersion)
The version filter value.
|
void |
setMarker(String marker)
An optional parameter that specifies the starting point to return a
set of response records.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
void |
setNodeType(String nodeType)
The node type filter value.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeOrderableClusterOptionsRequest |
withClusterVersion(String clusterVersion)
The version filter value.
|
DescribeOrderableClusterOptionsRequest |
withMarker(String marker)
An optional parameter that specifies the starting point to return a
set of response records.
|
DescribeOrderableClusterOptionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeOrderableClusterOptionsRequest |
withNodeType(String nodeType)
The node type filter value.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public DescribeOrderableClusterOptionsRequest()
public String getClusterVersion()
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
public void setClusterVersion(String clusterVersion)
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
clusterVersion
- The version filter value. Specify this parameter to show only the
available offerings matching the specified version. Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
public DescribeOrderableClusterOptionsRequest withClusterVersion(String clusterVersion)
Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
Returns a reference to this object so that method calls can be chained together.
clusterVersion
- The version filter value. Specify this parameter to show only the
available offerings matching the specified version. Default: All versions.
Constraints: Must be one of the version returned from DescribeClusterVersions.
public String getNodeType()
public void setNodeType(String nodeType)
nodeType
- The node type filter value. Specify this parameter to show only the
available offerings matching the specified node type.public DescribeOrderableClusterOptionsRequest withNodeType(String nodeType)
Returns a reference to this object so that method calls can be chained together.
nodeType
- The node type filter value. Specify this parameter to show only the
available offerings matching the specified node type.public Integer getMaxRecords()
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
public void setMaxRecords(Integer maxRecords)
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
maxRecords
- The maximum number of response records to return in each call. If the
number of remaining response records exceeds the specified
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
public DescribeOrderableClusterOptionsRequest withMaxRecords(Integer maxRecords)
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of response records to return in each call. If the
number of remaining response records exceeds the specified
MaxRecords
value, a value is returned in a
marker
field of the response. You can retrieve the next
set of records by retrying the command with the returned marker value.
Default: 100
Constraints: minimum 20, maximum 100.
public String getMarker()
MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public void setMarker(String marker)
MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.marker
- An optional parameter that specifies the starting point to return a
set of response records. When the results of a
DescribeOrderableClusterOptions request exceed the value
specified in MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public DescribeOrderableClusterOptionsRequest withMarker(String marker)
MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.
Returns a reference to this object so that method calls can be chained together.
marker
- An optional parameter that specifies the starting point to return a
set of response records. When the results of a
DescribeOrderableClusterOptions request exceed the value
specified in MaxRecords
, AWS returns a value in the
Marker
field of the response. You can retrieve the next
set of response records by providing the returned marker value in the
Marker
parameter and retrying the request.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.