Option |
Option.clone() |
|
Option |
Option.withDBSecurityGroupMemberships(DBSecurityGroupMembership... dBSecurityGroupMemberships) |
If the option requires access to a port, then this DB security group
allows access to the port.
|
Option |
Option.withDBSecurityGroupMemberships(Collection<DBSecurityGroupMembership> dBSecurityGroupMemberships) |
If the option requires access to a port, then this DB security group
allows access to the port.
|
Option |
Option.withOptionDescription(String optionDescription) |
The description of the option.
|
Option |
Option.withOptionName(String optionName) |
The name of the option.
|
Option |
Option.withOptionSettings(OptionSetting... optionSettings) |
The option settings for this option.
|
Option |
Option.withOptionSettings(Collection<OptionSetting> optionSettings) |
The option settings for this option.
|
Option |
Option.withPermanent(Boolean permanent) |
Indicate if this option is permanent.
|
Option |
Option.withPersistent(Boolean persistent) |
Indicate if this option is persistent.
|
Option |
Option.withPort(Integer port) |
If required, the port configured for this option to use.
|
Option |
Option.withVpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships) |
If the option requires access to a port, then this VPC security group
allows access to the port.
|
Option |
Option.withVpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships) |
If the option requires access to a port, then this VPC security group
allows access to the port.
|