public static interface DescribeParameterGroupsResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeParameterGroupsResponse.Builder,DescribeParameterGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeParameterGroupsResponse.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(Collection<ParameterGroup> parameterGroups)
A list of parameter groups.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(Consumer<ParameterGroup.Builder>... parameterGroups)
A list of parameter groups.
|
DescribeParameterGroupsResponse.Builder |
parameterGroups(ParameterGroup... parameterGroups)
A list of parameter groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeParameterGroupsResponse.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.DescribeParameterGroupsResponse.Builder parameterGroups(Collection<ParameterGroup> parameterGroups)
A list of parameter groups. Each element in the list contains detailed information about one parameter group.
parameterGroups - A list of parameter groups. Each element in the list contains detailed information about one parameter
group.DescribeParameterGroupsResponse.Builder parameterGroups(ParameterGroup... parameterGroups)
A list of parameter groups. Each element in the list contains detailed information about one parameter group.
parameterGroups - A list of parameter groups. Each element in the list contains detailed information about one parameter
group.DescribeParameterGroupsResponse.Builder parameterGroups(Consumer<ParameterGroup.Builder>... parameterGroups)
A list of parameter groups. Each element in the list contains detailed information about one parameter group.
This is a convenience method 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 © 2022. All rights reserved.