|
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.CreateClusterParameterGroupRequest
public class CreateClusterParameterGroupRequest
Container for the parameters to the CreateClusterParameterGroup operation
.
Creates an Amazon Redshift parameter group.
Creating parameter groups is independent of creating clusters. You can associate a cluster with a parameter group when you create the cluster. You can also associate an existing cluster with a parameter group after the cluster is created by using ModifyCluster.
Parameters in the parameter group define specific behavior that applies to the databases you create on the cluster. For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide .
AmazonRedshift.createClusterParameterGroup(CreateClusterParameterGroupRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateClusterParameterGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
A description of the parameter group. |
String |
getParameterGroupFamily()
The Amazon Redshift engine version to which the cluster parameter group applies. |
String |
getParameterGroupName()
The name of the cluster parameter group. |
int |
hashCode()
|
void |
setDescription(String description)
A description of the parameter group. |
void |
setParameterGroupFamily(String parameterGroupFamily)
The Amazon Redshift engine version to which the cluster parameter group applies. |
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateClusterParameterGroupRequest |
withDescription(String description)
A description of the parameter group. |
CreateClusterParameterGroupRequest |
withParameterGroupFamily(String parameterGroupFamily)
The Amazon Redshift engine version to which the cluster parameter group applies. |
CreateClusterParameterGroupRequest |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group. |
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 CreateClusterParameterGroupRequest()
Method Detail |
---|
public String getParameterGroupName()
Constraints:
Constraints:
public void setParameterGroupName(String parameterGroupName)
Constraints:
parameterGroupName
- The name of the cluster parameter group. Constraints:
public CreateClusterParameterGroupRequest withParameterGroupName(String parameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the cluster parameter group. Constraints:
public String getParameterGroupFamily()
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
public void setParameterGroupFamily(String parameterGroupFamily)
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
parameterGroupFamily
- The Amazon Redshift engine version to which the cluster parameter
group applies. The cluster engine version determines the set of
parameters. To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
public CreateClusterParameterGroupRequest withParameterGroupFamily(String parameterGroupFamily)
To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
Returns a reference to this object so that method calls can be chained together.
parameterGroupFamily
- The Amazon Redshift engine version to which the cluster parameter
group applies. The cluster engine version determines the set of
parameters. To get a list of valid parameter group family names, you can call DescribeClusterParameterGroups. By default, Amazon Redshift returns a list of all the parameter groups that are owned by your AWS account, including the default parameter groups for each Amazon Redshift engine version. The parameter group family names associated with the default parameter groups provide you the valid values. For example, a valid family name is "redshift-1.0".
public String getDescription()
public void setDescription(String description)
description
- A description of the parameter group.public CreateClusterParameterGroupRequest withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- A description of the parameter group.
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 |