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(Consumer<ParameterGroup.Builder>... parameterGroups)
An array of parameter groups.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(ParameterGroup... parameterGroups)
An array of parameter groups.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeParameterGroupsResponse.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.DescribeParameterGroupsResponse.Builder parameterGroups(Consumer<ParameterGroup.Builder>... parameterGroups)
An array of parameter groups. Each element in the array represents one parameter group.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameterGroups(List) .parameterGroups - a consumer that will call methods on List.Builder #parameterGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.