|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.rds.model.DBSecurityGroup
public class DBSecurityGroup
Constructor Summary | |
---|---|
DBSecurityGroup()
|
Method Summary | |
---|---|
java.lang.String |
getDBSecurityGroupDescription()
Provides the description of the database security group. |
java.lang.String |
getDBSecurityGroupName()
Specifies the name of the DB Security Group. |
java.util.List<EC2SecurityGroup> |
getEC2SecurityGroups()
Contains a list of EC2SecurityGroup elements. |
java.util.List<IPRange> |
getIPRanges()
Contains a list of IPRange elements. |
java.lang.String |
getOwnerId()
Provides the AWS ID of the owner of a specific DB Security Group. |
void |
setDBSecurityGroupDescription(java.lang.String dBSecurityGroupDescription)
Provides the description of the database security group. |
void |
setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
Specifies the name of the DB Security Group. |
void |
setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
void |
setIPRanges(java.util.Collection<IPRange> iPRanges)
Contains a list of IPRange elements. |
void |
setOwnerId(java.lang.String ownerId)
Provides the AWS ID of the owner of a specific DB Security Group. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DBSecurityGroup |
withDBSecurityGroupDescription(java.lang.String dBSecurityGroupDescription)
Provides the description of the database security group. |
DBSecurityGroup |
withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
Specifies the name of the DB Security Group. |
DBSecurityGroup |
withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
DBSecurityGroup |
withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Contains a list of EC2SecurityGroup elements. |
DBSecurityGroup |
withIPRanges(java.util.Collection<IPRange> iPRanges)
Contains a list of IPRange elements. |
DBSecurityGroup |
withIPRanges(IPRange... iPRanges)
Contains a list of IPRange elements. |
DBSecurityGroup |
withOwnerId(java.lang.String ownerId)
Provides the AWS ID of the owner of a specific DB Security Group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DBSecurityGroup()
Method Detail |
---|
public java.lang.String getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId
- Provides the AWS ID of the owner of a specific DB Security Group.public DBSecurityGroup withOwnerId(java.lang.String ownerId)
Returns a reference to this object so that method calls can be chained together.
ownerId
- Provides the AWS ID of the owner of a specific DB Security Group.
public java.lang.String getDBSecurityGroupName()
public void setDBSecurityGroupName(java.lang.String dBSecurityGroupName)
dBSecurityGroupName
- Specifies the name of the DB Security Group.public DBSecurityGroup withDBSecurityGroupName(java.lang.String dBSecurityGroupName)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName
- Specifies the name of the DB Security Group.
public java.lang.String getDBSecurityGroupDescription()
public void setDBSecurityGroupDescription(java.lang.String dBSecurityGroupDescription)
dBSecurityGroupDescription
- Provides the description of the database security group.public DBSecurityGroup withDBSecurityGroupDescription(java.lang.String dBSecurityGroupDescription)
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupDescription
- Provides the description of the database security group.
public java.util.List<EC2SecurityGroup> getEC2SecurityGroups()
public void setEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.public DBSecurityGroup withEC2SecurityGroups(EC2SecurityGroup... eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
public DBSecurityGroup withEC2SecurityGroups(java.util.Collection<EC2SecurityGroup> eC2SecurityGroups)
Returns a reference to this object so that method calls can be chained together.
eC2SecurityGroups
- Contains a list of EC2SecurityGroup elements.
public java.util.List<IPRange> getIPRanges()
public void setIPRanges(java.util.Collection<IPRange> iPRanges)
iPRanges
- Contains a list of IPRange elements.public DBSecurityGroup withIPRanges(IPRange... iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges
- Contains a list of IPRange elements.
public DBSecurityGroup withIPRanges(java.util.Collection<IPRange> iPRanges)
Returns a reference to this object so that method calls can be chained together.
iPRanges
- Contains a list of IPRange elements.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |