com.amazonaws.services.rds.model
Class DBParameterGroup

java.lang.Object
  extended by com.amazonaws.services.rds.model.DBParameterGroup

public class DBParameterGroup
extends Object


Constructor Summary
DBParameterGroup()
           
 
Method Summary
 String getDBParameterGroupName()
          Provides the name of the DB Parameter Group.
 String getDescription()
          Provides the customer-specified description for this DB Parameter Group.
 String getEngine()
          Provides the name of the database engine that is compatible with this DB Parameter Group.
 void setDBParameterGroupName(String dBParameterGroupName)
          Provides the name of the DB Parameter Group.
 void setDescription(String description)
          Provides the customer-specified description for this DB Parameter Group.
 void setEngine(String engine)
          Provides the name of the database engine that is compatible with this DB Parameter Group.
 String toString()
           
 DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
          Provides the name of the DB Parameter Group.
 DBParameterGroup withDescription(String description)
          Provides the customer-specified description for this DB Parameter Group.
 DBParameterGroup withEngine(String engine)
          Provides the name of the database engine that is compatible with this DB Parameter Group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBParameterGroup

public DBParameterGroup()
Method Detail

getDBParameterGroupName

public String getDBParameterGroupName()
Provides the name of the DB Parameter Group.

Returns:
Provides the name of the DB Parameter Group.

setDBParameterGroupName

public void setDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group.

Parameters:
dBParameterGroupName - Provides the name of the DB Parameter Group.

withDBParameterGroupName

public DBParameterGroup withDBParameterGroupName(String dBParameterGroupName)
Provides the name of the DB Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
dBParameterGroupName - Provides the name of the DB Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

getEngine

public String getEngine()
Provides the name of the database engine that is compatible with this DB Parameter Group.

Returns:
Provides the name of the database engine that is compatible with this DB Parameter Group.

setEngine

public void setEngine(String engine)
Provides the name of the database engine that is compatible with this DB Parameter Group.

Parameters:
engine - Provides the name of the database engine that is compatible with this DB Parameter Group.

withEngine

public DBParameterGroup withEngine(String engine)
Provides the name of the database engine that is compatible with this DB Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
engine - Provides the name of the database engine that is compatible with this DB Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
Provides the customer-specified description for this DB Parameter Group.

Returns:
Provides the customer-specified description for this DB Parameter Group.

setDescription

public void setDescription(String description)
Provides the customer-specified description for this DB Parameter Group.

Parameters:
description - Provides the customer-specified description for this DB Parameter Group.

withDescription

public DBParameterGroup withDescription(String description)
Provides the customer-specified description for this DB Parameter Group.

Returns a reference to this object so that method calls can be chained together.

Parameters:
description - Provides the customer-specified description for this DB Parameter Group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.