public static interface CreateOptionGroupRequest.Builder extends RDSRequest.Builder, CopyableBuilder<CreateOptionGroupRequest.Builder,CreateOptionGroupRequest>
Modifier and Type | Method and Description |
---|---|
CreateOptionGroupRequest.Builder |
engineName(String engineName)
Specifies the name of the engine that this option group should be associated with.
|
CreateOptionGroupRequest.Builder |
majorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with.
|
CreateOptionGroupRequest.Builder |
optionGroupDescription(String optionGroupDescription)
The description of the option group.
|
CreateOptionGroupRequest.Builder |
optionGroupName(String optionGroupName)
Specifies the name of the option group to be created.
|
CreateOptionGroupRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateOptionGroupRequest.Builder |
tags(Collection<Tag> tags)
Sets the value of the Tags property for this object.
|
CreateOptionGroupRequest.Builder |
tags(Tag... tags)
Sets the value of the Tags property for this object.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
CreateOptionGroupRequest.Builder optionGroupName(String optionGroupName)
Specifies the name of the option group to be created.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: myoptiongroup
optionGroupName
- Specifies the name of the option group to be created.
Constraints:
Must be 1 to 255 letters, numbers, or hyphens
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
Example: myoptiongroup
CreateOptionGroupRequest.Builder engineName(String engineName)
Specifies the name of the engine that this option group should be associated with.
engineName
- Specifies the name of the engine that this option group should be associated with.CreateOptionGroupRequest.Builder majorEngineVersion(String majorEngineVersion)
Specifies the major version of the engine that this option group should be associated with.
majorEngineVersion
- Specifies the major version of the engine that this option group should be associated with.CreateOptionGroupRequest.Builder optionGroupDescription(String optionGroupDescription)
The description of the option group.
optionGroupDescription
- The description of the option group.CreateOptionGroupRequest.Builder tags(Collection<Tag> tags)
tags
- The new value for the Tags property for this object.CreateOptionGroupRequest.Builder tags(Tag... tags)
tags
- The new value for the Tags property for this object.CreateOptionGroupRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.