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