|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DescribeClusterVersionsRequest
public class DescribeClusterVersionsRequest
Container for the parameters to the 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
AmazonRedshift.describeClusterVersions(DescribeClusterVersionsRequest)
,
Serialized FormConstructor Summary | |
---|---|
DescribeClusterVersionsRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterVersionsRequest()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |