CopyableBuilder<CreateDBParameterGroupRequest.Builder,CreateDBParameterGroupRequest>, SdkBuilder<CreateDBParameterGroupRequest.Builder,CreateDBParameterGroupRequest>public static interface CreateDBParameterGroupRequest.Builder extends CopyableBuilder<CreateDBParameterGroupRequest.Builder,CreateDBParameterGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateDBParameterGroupRequest.Builder |
dbParameterGroupFamily(String dbParameterGroupFamily) |
The DB parameter group family name.
|
CreateDBParameterGroupRequest.Builder |
dbParameterGroupName(String dbParameterGroupName) |
The name of the DB parameter group.
|
CreateDBParameterGroupRequest.Builder |
description(String description) |
The description for the DB parameter group.
|
CreateDBParameterGroupRequest.Builder |
tags(Collection<Tag> tags) |
|
CreateDBParameterGroupRequest.Builder |
tags(Tag... tags) |
NOTE: This method appends the values to the existing list (if any).
|
copyapply, buildCreateDBParameterGroupRequest.Builder dbParameterGroupName(String dbParameterGroupName)
The name of the DB parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
dbParameterGroupName - The name of the DB parameter group.
Constraints:
Must be 1 to 255 alphanumeric characters
First character must be a letter
Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
CreateDBParameterGroupRequest.Builder dbParameterGroupFamily(String dbParameterGroupFamily)
The DB parameter group family name. A DB parameter group can be associated with one and only one DB parameter group family, and can be applied only to a DB instance running a database engine and engine version compatible with that DB parameter group family.
dbParameterGroupFamily - The DB parameter group family name. A DB parameter group can be associated with one and only one DB
parameter group family, and can be applied only to a DB instance running a database engine and engine
version compatible with that DB parameter group family.CreateDBParameterGroupRequest.Builder description(String description)
The description for the DB parameter group.
description - The description for the DB parameter group.CreateDBParameterGroupRequest.Builder tags(Collection<Tag> tags)
tags - CreateDBParameterGroupRequest.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.