@Generated(value="software.amazon.awssdk:codegen") public final class CreateDbParameterGroupRequest extends RdsRequest implements ToCopyableBuilder<CreateDbParameterGroupRequest.Builder,CreateDbParameterGroupRequest>
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
CreateDbParameterGroupRequest.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static CreateDbParameterGroupRequest.Builder | 
builder()  | 
String | 
dbParameterGroupFamily()
 The DB parameter group family name. 
 | 
String | 
dbParameterGroupName()
 The name of the DB parameter group. 
 | 
String | 
description()
 The description for the DB parameter group. 
 | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)
Used to retrieve the value of a field from any class that extends  
SdkRequest. | 
int | 
hashCode()  | 
static Class<? extends CreateDbParameterGroupRequest.Builder> | 
serializableBuilderClass()  | 
List<Tag> | 
tags()
Returns the value of the Tags property for this object. 
 | 
CreateDbParameterGroupRequest.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
overrideConfigurationcopypublic String dbParameterGroupName()
The name of the DB parameter group.
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
This value is stored as a lowercase string.
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
This value is stored as a lowercase string.
public 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.
public String description()
The description for the DB parameter group.
public List<Tag> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateDbParameterGroupRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateDbParameterGroupRequest.Builder,CreateDbParameterGroupRequest>toBuilder in class RdsRequestpublic static CreateDbParameterGroupRequest.Builder builder()
public static Class<? extends CreateDbParameterGroupRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
 specified should match the member name from the corresponding service-2.json model specified in the
 codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
 If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
 again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.