Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class OptionConfiguration

java.lang.Object
  extended by com.amazonaws.services.rds.model.OptionConfiguration
All Implemented Interfaces:
java.io.Serializable

public class OptionConfiguration
extends java.lang.Object
implements java.io.Serializable

A list of all available options

See Also:
Serialized Form

Constructor Summary
OptionConfiguration()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getDBSecurityGroupMemberships()
          A list of DBSecurityGroupMemebrship name strings used for this option.
 java.lang.String getOptionName()
          The configuration of options to include in a group.
 java.lang.Integer getPort()
          The optional port for the option.
 java.util.List<java.lang.String> getVpcSecurityGroupMemberships()
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 int hashCode()
           
 void setDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 void setOptionName(java.lang.String optionName)
          The configuration of options to include in a group.
 void setPort(java.lang.Integer port)
          The optional port for the option.
 void setVpcSecurityGroupMemberships(java.util.Collection<java.lang.String> vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OptionConfiguration withDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withDBSecurityGroupMemberships(java.lang.String... dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withOptionName(java.lang.String optionName)
          The configuration of options to include in a group.
 OptionConfiguration withPort(java.lang.Integer port)
          The optional port for the option.
 OptionConfiguration withVpcSecurityGroupMemberships(java.util.Collection<java.lang.String> vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withVpcSecurityGroupMemberships(java.lang.String... vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionConfiguration

public OptionConfiguration()
Method Detail

getOptionName

public java.lang.String getOptionName()
The configuration of options to include in a group.

Returns:
The configuration of options to include in a group.

setOptionName

public void setOptionName(java.lang.String optionName)
The configuration of options to include in a group.

Parameters:
optionName - The configuration of options to include in a group.

withOptionName

public OptionConfiguration withOptionName(java.lang.String optionName)
The configuration of options to include in a group.

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

Parameters:
optionName - The configuration of options to include in a group.
Returns:
A reference to this updated object so that method calls can be chained together.

getPort

public java.lang.Integer getPort()
The optional port for the option.

Returns:
The optional port for the option.

setPort

public void setPort(java.lang.Integer port)
The optional port for the option.

Parameters:
port - The optional port for the option.

withPort

public OptionConfiguration withPort(java.lang.Integer port)
The optional port for the option.

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

Parameters:
port - The optional port for the option.
Returns:
A reference to this updated object so that method calls can be chained together.

getDBSecurityGroupMemberships

public java.util.List<java.lang.String> getDBSecurityGroupMemberships()
A list of DBSecurityGroupMemebrship name strings used for this option.

Returns:
A list of DBSecurityGroupMemebrship name strings used for this option.

setDBSecurityGroupMemberships

public void setDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
A list of DBSecurityGroupMemebrship name strings used for this option.

Parameters:
dBSecurityGroupMemberships - A list of DBSecurityGroupMemebrship name strings used for this option.

withDBSecurityGroupMemberships

public OptionConfiguration withDBSecurityGroupMemberships(java.lang.String... dBSecurityGroupMemberships)
A list of DBSecurityGroupMemebrship name strings used for this option.

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

Parameters:
dBSecurityGroupMemberships - A list of DBSecurityGroupMemebrship name strings used for this option.
Returns:
A reference to this updated object so that method calls can be chained together.

withDBSecurityGroupMemberships

public OptionConfiguration withDBSecurityGroupMemberships(java.util.Collection<java.lang.String> dBSecurityGroupMemberships)
A list of DBSecurityGroupMemebrship name strings used for this option.

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

Parameters:
dBSecurityGroupMemberships - A list of DBSecurityGroupMemebrship name strings used for this option.
Returns:
A reference to this updated object so that method calls can be chained together.

getVpcSecurityGroupMemberships

public java.util.List<java.lang.String> getVpcSecurityGroupMemberships()
A list of VpcSecurityGroupMemebrship name strings used for this option.

Returns:
A list of VpcSecurityGroupMemebrship name strings used for this option.

setVpcSecurityGroupMemberships

public void setVpcSecurityGroupMemberships(java.util.Collection<java.lang.String> vpcSecurityGroupMemberships)
A list of VpcSecurityGroupMemebrship name strings used for this option.

Parameters:
vpcSecurityGroupMemberships - A list of VpcSecurityGroupMemebrship name strings used for this option.

withVpcSecurityGroupMemberships

public OptionConfiguration withVpcSecurityGroupMemberships(java.lang.String... vpcSecurityGroupMemberships)
A list of VpcSecurityGroupMemebrship name strings used for this option.

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

Parameters:
vpcSecurityGroupMemberships - A list of VpcSecurityGroupMemebrship name strings used for this option.
Returns:
A reference to this updated object so that method calls can be chained together.

withVpcSecurityGroupMemberships

public OptionConfiguration withVpcSecurityGroupMemberships(java.util.Collection<java.lang.String> vpcSecurityGroupMemberships)
A list of VpcSecurityGroupMemebrship name strings used for this option.

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

Parameters:
vpcSecurityGroupMemberships - A list of VpcSecurityGroupMemebrship name strings used for this option.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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