public static interface ParameterGroup.Builder extends CopyableBuilder<ParameterGroup.Builder,ParameterGroup>
Modifier and Type | Method and Description |
---|---|
ParameterGroup.Builder |
description(String description)
A description of the parameter group.
|
ParameterGroup.Builder |
parameterGroupName(String parameterGroupName)
The name of the parameter group.
|
copy
applyMutation, build
ParameterGroup.Builder parameterGroupName(String parameterGroupName)
The name of the parameter group.
parameterGroupName
- The name of the parameter group.ParameterGroup.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.