public class DescribeClusterVersionsRequest extends AmazonWebServiceRequest implements Serializable
DescribeClusterVersions operation
.
Returns descriptions of the available Amazon Redshift cluster versions. You can call this operation even before creating any clusters to learn more about the Amazon Redshift versions. For more information about managing clusters, go to Amazon Redshift Clusters in the Amazon Redshift Management Guide
Constructor and Description |
---|
DescribeClusterVersionsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClusterParameterGroupFamily()
The name of a specific cluster parameter group family to return
details for.
|
String |
getClusterVersion()
The specific cluster version to return.
|
String |
getMarker()
The marker returned from a previous request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of a specific cluster parameter group family to return
details for.
|
void |
setClusterVersion(String clusterVersion)
The specific cluster version to return.
|
void |
setMarker(String marker)
The marker returned from a previous request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterVersionsRequest |
withClusterParameterGroupFamily(String clusterParameterGroupFamily)
The name of a specific cluster parameter group family to return
details for.
|
DescribeClusterVersionsRequest |
withClusterVersion(String clusterVersion)
The specific cluster version to return.
|
DescribeClusterVersionsRequest |
withMarker(String marker)
The marker returned from a previous request.
|
DescribeClusterVersionsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getClusterVersion()
Example: 1.0
Example: 1.0
public void setClusterVersion(String clusterVersion)
Example: 1.0
clusterVersion
- The specific cluster version to return. Example: 1.0
public DescribeClusterVersionsRequest withClusterVersion(String clusterVersion)
Example: 1.0
Returns a reference to this object so that method calls can be chained together.
clusterVersion
- The specific cluster version to return. Example: 1.0
public String getClusterParameterGroupFamily()
Constraints:
Constraints:
public void setClusterParameterGroupFamily(String clusterParameterGroupFamily)
Constraints:
clusterParameterGroupFamily
- The name of a specific cluster parameter group family to return
details for. Constraints:
public DescribeClusterVersionsRequest withClusterParameterGroupFamily(String clusterParameterGroupFamily)
Constraints:
Returns a reference to this object so that method calls can be chained together.
clusterParameterGroupFamily
- The name of a specific cluster parameter group family to return
details for. Constraints:
public Integer getMaxRecords()
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
public void setMaxRecords(Integer maxRecords)
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
maxRecords
- The maximum number of records to include in the response. If more than
the MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
public DescribeClusterVersionsRequest withMaxRecords(Integer maxRecords)
MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
Returns a reference to this object so that method calls can be chained together.
maxRecords
- The maximum number of records to include in the response. If more than
the MaxRecords
value is available, a marker is included
in the response so that the following results can be retrieved.
Default: 100
Constraints: Value must be at least 20 and no more than 100.
public String getMarker()
MaxRecords
.MaxRecords
.public void setMarker(String marker)
MaxRecords
.marker
- The marker returned from a previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords
.public DescribeClusterVersionsRequest withMarker(String marker)
MaxRecords
.
Returns a reference to this object so that method calls can be chained together.
marker
- The marker returned from a previous request. If this parameter is
specified, the response includes records beyond the marker only, up to
MaxRecords
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.