public static interface DescribeDbParameterGroupsResponse.Builder extends NeptuneResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbParameterGroupsResponse.Builder,DescribeDbParameterGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbParameterGroupsResponse.Builder |
dbParameterGroups(Collection<DBParameterGroup> dbParameterGroups)
A list of DBParameterGroup instances.
|
DescribeDbParameterGroupsResponse.Builder |
dbParameterGroups(Consumer<DBParameterGroup.Builder>... dbParameterGroups)
A list of DBParameterGroup instances.
|
DescribeDbParameterGroupsResponse.Builder |
dbParameterGroups(DBParameterGroup... dbParameterGroups)
A list of DBParameterGroup instances.
|
DescribeDbParameterGroupsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbParameterGroupsResponse.Builder marker(String marker)
An optional pagination token provided by a previous request. If this parameter is specified, the response
includes only records beyond the marker, up to the value specified by MaxRecords.
marker - An optional pagination token provided by a previous request. If this parameter is specified, the
response includes only records beyond the marker, up to the value specified by MaxRecords
.DescribeDbParameterGroupsResponse.Builder dbParameterGroups(Collection<DBParameterGroup> dbParameterGroups)
A list of DBParameterGroup instances.
dbParameterGroups - A list of DBParameterGroup instances.DescribeDbParameterGroupsResponse.Builder dbParameterGroups(DBParameterGroup... dbParameterGroups)
A list of DBParameterGroup instances.
dbParameterGroups - A list of DBParameterGroup instances.DescribeDbParameterGroupsResponse.Builder dbParameterGroups(Consumer<DBParameterGroup.Builder>... dbParameterGroups)
A list of DBParameterGroup instances.
This is a convenience method that creates an instance of theDBParameterGroup.Builder avoiding the need to create
one manually via DBParameterGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dbParameterGroups(List.
dbParameterGroups - a consumer that will call methods on
DBParameterGroup.Builder#dbParameterGroups(java.util.Collection) Copyright © 2023. All rights reserved.