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:
Serializable

public class OptionConfiguration
extends Object
implements Serializable

A list of all available options

See Also:
Serialized Form

Constructor Summary
OptionConfiguration()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getDBSecurityGroupMemberships()
          A list of DBSecurityGroupMemebrship name strings used for this option.
 String getOptionName()
          The configuration of options to include in a group.
 List<OptionSetting> getOptionSettings()
          The option settings to include in an option group.
 Integer getPort()
          The optional port for the option.
 List<String> getVpcSecurityGroupMemberships()
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 int hashCode()
           
 void setDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 void setOptionName(String optionName)
          The configuration of options to include in a group.
 void setOptionSettings(Collection<OptionSetting> optionSettings)
          The option settings to include in an option group.
 void setPort(Integer port)
          The optional port for the option.
 void setVpcSecurityGroupMemberships(Collection<String> vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 OptionConfiguration withDBSecurityGroupMemberships(Collection<String> dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withDBSecurityGroupMemberships(String... dBSecurityGroupMemberships)
          A list of DBSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withOptionName(String optionName)
          The configuration of options to include in a group.
 OptionConfiguration withOptionSettings(Collection<OptionSetting> optionSettings)
          The option settings to include in an option group.
 OptionConfiguration withOptionSettings(OptionSetting... optionSettings)
          The option settings to include in an option group.
 OptionConfiguration withPort(Integer port)
          The optional port for the option.
 OptionConfiguration withVpcSecurityGroupMemberships(Collection<String> vpcSecurityGroupMemberships)
          A list of VpcSecurityGroupMemebrship name strings used for this option.
 OptionConfiguration withVpcSecurityGroupMemberships(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 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(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(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 Integer getPort()
The optional port for the option.

Returns:
The optional port for the option.

setPort

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

Parameters:
port - The optional port for the option.

withPort

public OptionConfiguration withPort(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 List<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(Collection<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(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(Collection<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 List<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(Collection<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(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(Collection<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.

getOptionSettings

public List<OptionSetting> getOptionSettings()
The option settings to include in an option group.

Returns:
The option settings to include in an option group.

setOptionSettings

public void setOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.

Parameters:
optionSettings - The option settings to include in an option group.

withOptionSettings

public OptionConfiguration withOptionSettings(OptionSetting... optionSettings)
The option settings to include in an option group.

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

Parameters:
optionSettings - The option settings to include in an option group.
Returns:
A reference to this updated object so that method calls can be chained together.

withOptionSettings

public OptionConfiguration withOptionSettings(Collection<OptionSetting> optionSettings)
The option settings to include in an option group.

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

Parameters:
optionSettings - The option settings to include in an option group.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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