|
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.rds.model.ModifyDBSubnetGroupRequest
public class ModifyDBSubnetGroupRequest
Container for the parameters to the ModifyDBSubnetGroup operation
.
Modifies an existing DB subnet group. DB subnet groups must contain at least one subnet in each AZ in the region.
AmazonRDS.modifyDBSubnetGroup(ModifyDBSubnetGroupRequest)
Constructor Summary | |
---|---|
ModifyDBSubnetGroupRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDBSubnetGroupDescription()
The description for the DB Subnet Group. |
java.lang.String |
getDBSubnetGroupName()
The name for the DB Subnet Group. |
java.util.List<java.lang.String> |
getSubnetIds()
The EC2 Subnet IDs for the DB Subnet Group. |
int |
hashCode()
|
void |
setDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
The description for the DB Subnet Group. |
void |
setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name for the DB Subnet Group. |
void |
setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
The EC2 Subnet IDs for the DB Subnet Group. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ModifyDBSubnetGroupRequest |
withDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
The description for the DB Subnet Group. |
ModifyDBSubnetGroupRequest |
withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
The name for the DB Subnet Group. |
ModifyDBSubnetGroupRequest |
withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
The EC2 Subnet IDs for the DB Subnet Group. |
ModifyDBSubnetGroupRequest |
withSubnetIds(java.lang.String... subnetIds)
The EC2 Subnet IDs for the DB Subnet 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 ModifyDBSubnetGroupRequest()
Method Detail |
---|
public java.lang.String getDBSubnetGroupName()
Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
public void setDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
dBSubnetGroupName
- The name for the DB Subnet Group. This value is stored as a lowercase
string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
public ModifyDBSubnetGroupRequest withDBSubnetGroupName(java.lang.String dBSubnetGroupName)
Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupName
- The name for the DB Subnet Group. This value is stored as a lowercase
string. Constraints: Must contain no more than 255 alphanumeric characters or hyphens. Must not be "Default".
Example:
mySubnetgroup
public java.lang.String getDBSubnetGroupDescription()
public void setDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
dBSubnetGroupDescription
- The description for the DB Subnet Group.public ModifyDBSubnetGroupRequest withDBSubnetGroupDescription(java.lang.String dBSubnetGroupDescription)
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupDescription
- The description for the DB Subnet Group.
public java.util.List<java.lang.String> getSubnetIds()
public void setSubnetIds(java.util.Collection<java.lang.String> subnetIds)
subnetIds
- The EC2 Subnet IDs for the DB Subnet Group.public ModifyDBSubnetGroupRequest withSubnetIds(java.lang.String... subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- The EC2 Subnet IDs for the DB Subnet Group.
public ModifyDBSubnetGroupRequest withSubnetIds(java.util.Collection<java.lang.String> subnetIds)
Returns a reference to this object so that method calls can be chained together.
subnetIds
- The EC2 Subnet IDs for the DB Subnet Group.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |