CopyableBuilder<Option.Builder,Option>
, SdkBuilder<Option.Builder,Option>
public static interface Option.Builder extends CopyableBuilder<Option.Builder,Option>
Modifier and Type | Method | Description |
---|---|---|
Option.Builder |
dbSecurityGroupMemberships(Collection<DBSecurityGroupMembership> dbSecurityGroupMemberships) |
If the option requires access to a port, then this DB security group allows access to the port.
|
Option.Builder |
dbSecurityGroupMemberships(DBSecurityGroupMembership... dbSecurityGroupMemberships) |
If the option requires access to a port, then this DB security group allows access to the port.
|
Option.Builder |
optionDescription(String optionDescription) |
The description of the option.
|
Option.Builder |
optionName(String optionName) |
The name of the option.
|
Option.Builder |
optionSettings(Collection<OptionSetting> optionSettings) |
The option settings for this option.
|
Option.Builder |
optionSettings(OptionSetting... optionSettings) |
The option settings for this option.
|
Option.Builder |
optionVersion(String optionVersion) |
The version of the option.
|
Option.Builder |
permanent(Boolean permanent) |
Indicate if this option is permanent.
|
Option.Builder |
persistent(Boolean persistent) |
Indicate if this option is persistent.
|
Option.Builder |
port(Integer port) |
If required, the port configured for this option to use.
|
Option.Builder |
vpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships) |
If the option requires access to a port, then this VPC security group allows access to the port.
|
Option.Builder |
vpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships) |
If the option requires access to a port, then this VPC security group allows access to the port.
|
copy
apply, build
Option.Builder optionName(String optionName)
The name of the option.
optionName
- The name of the option.Option.Builder optionDescription(String optionDescription)
The description of the option.
optionDescription
- The description of the option.Option.Builder persistent(Boolean persistent)
Indicate if this option is persistent.
persistent
- Indicate if this option is persistent.Option.Builder permanent(Boolean permanent)
Indicate if this option is permanent.
permanent
- Indicate if this option is permanent.Option.Builder port(Integer port)
If required, the port configured for this option to use.
port
- If required, the port configured for this option to use.Option.Builder optionVersion(String optionVersion)
The version of the option.
optionVersion
- The version of the option.Option.Builder optionSettings(Collection<OptionSetting> optionSettings)
The option settings for this option.
optionSettings
- The option settings for this option.Option.Builder optionSettings(OptionSetting... optionSettings)
The option settings for this option.
NOTE: This method appends the values to the existing list (if any). Use
#setOptionSettings(java.util.Collection)
or #withOptionSettings(java.util.Collection)
if you
want to override the existing values.
optionSettings
- The option settings for this option.Option.Builder dbSecurityGroupMemberships(Collection<DBSecurityGroupMembership> dbSecurityGroupMemberships)
If the option requires access to a port, then this DB security group allows access to the port.
dbSecurityGroupMemberships
- If the option requires access to a port, then this DB security group allows access to the port.Option.Builder dbSecurityGroupMemberships(DBSecurityGroupMembership... dbSecurityGroupMemberships)
If the option requires access to a port, then this DB security group allows access to the port.
NOTE: This method appends the values to the existing list (if any). Use
#setDBSecurityGroupMemberships(java.util.Collection)
or
#withDBSecurityGroupMemberships(java.util.Collection)
if you want to override the existing values.
dbSecurityGroupMemberships
- If the option requires access to a port, then this DB security group allows access to the port.Option.Builder vpcSecurityGroupMemberships(Collection<VpcSecurityGroupMembership> vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group allows access to the port.
vpcSecurityGroupMemberships
- If the option requires access to a port, then this VPC security group allows access to the port.Option.Builder vpcSecurityGroupMemberships(VpcSecurityGroupMembership... vpcSecurityGroupMemberships)
If the option requires access to a port, then this VPC security group allows access to the port.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcSecurityGroupMemberships(java.util.Collection)
or
#withVpcSecurityGroupMemberships(java.util.Collection)
if you want to override the existing values.
vpcSecurityGroupMemberships
- If the option requires access to a port, then this VPC security group allows access to the port.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.