public static interface DescribeParameterGroupsResponse.Builder extends DaxResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theParameterGroup.Builder avoiding the need to create one
manually via ParameterGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #parameterGroups(List.
parameterGroups - a consumer that will call methods on
ParameterGroup.Builder#parameterGroups(java.util.Collection) Copyright © 2023. All rights reserved.