CopyableBuilder<CreateParameterGroupRequest.Builder,CreateParameterGroupRequest>, SdkBuilder<CreateParameterGroupRequest.Builder,CreateParameterGroupRequest>public static interface CreateParameterGroupRequest.Builder extends CopyableBuilder<CreateParameterGroupRequest.Builder,CreateParameterGroupRequest>
| Modifier and Type | Method | Description |
|---|---|---|
CreateParameterGroupRequest.Builder |
description(String description) |
A description of the parameter group.
|
CreateParameterGroupRequest.Builder |
parameterGroupName(String parameterGroupName) |
The name of the parameter group to apply to all of the clusters in this replication group.
|
copyapply, buildCreateParameterGroupRequest.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group to apply to all of the clusters in this replication group.
parameterGroupName - The name of the parameter group to apply to all of the clusters in this replication group.CreateParameterGroupRequest.Builder description(String description)
A description of the parameter group.
description - A description of the parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.