public static interface DescribeParameterGroupsResponse.Builder extends DAXResponse.Builder, CopyableBuilder<DescribeParameterGroupsResponse.Builder,DescribeParameterGroupsResponse>
Modifier and Type | Method and 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.
|
build
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.
parameterGroups
- An array of parameter groups. Each element in the array represents one parameter group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.