CopyableBuilder<CreateOptionGroupRequest.Builder,CreateOptionGroupRequest>
, SdkBuilder<CreateOptionGroupRequest.Builder,CreateOptionGroupRequest>
public static interface CreateOptionGroupRequest.Builder extends CopyableBuilder<CreateOptionGroupRequest.Builder,CreateOptionGroupRequest>
Modifier and Type | Method | 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 |
tags(Collection<Tag> tags) |
|
CreateOptionGroupRequest.Builder |
tags(Tag... tags) |
NOTE: This method appends the values to the existing list (if any).
|
copy
apply, build
CreateOptionGroupRequest.Builder optionGroupName(String optionGroupName)
Specifies the name of the option group to be created.
Constraints:
Must be 1 to 255 alphanumeric characters 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 alphanumeric characters 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
- CreateOptionGroupRequest.Builder tags(Tag... tags)
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.