CopyableBuilder<DescribeParameterGroupsResponse.Builder,DescribeParameterGroupsResponse>
, SdkBuilder<DescribeParameterGroupsResponse.Builder,DescribeParameterGroupsResponse>
public static interface DescribeParameterGroupsResponse.Builder extends CopyableBuilder<DescribeParameterGroupsResponse.Builder,DescribeParameterGroupsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeParameterGroupsResponse.Builder |
nextToken(String nextToken) |
Provides an identifier to allow retrieval of paginated results.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(Collection<ParameterGroup> parameterGroups) |
An array of parameter groups.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(ParameterGroup... parameterGroups) |
An array of parameter groups.
|
copy
apply, build
DescribeParameterGroupsResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken
- Provides an identifier to allow retrieval of paginated results.DescribeParameterGroupsResponse.Builder parameterGroups(Collection<ParameterGroup> parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.DescribeParameterGroupsResponse.Builder parameterGroups(ParameterGroup... parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterGroups(java.util.Collection)
or #withParameterGroups(java.util.Collection)
if
you want to override the existing values.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.