public static interface DescribeDbParameterGroupsResponse.Builder extends RdsResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeDbParameterGroupsResponse.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 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 #dbParameterGroups(List)
.dbParameterGroups
- a consumer that will call methods on List.Builder
#dbParameterGroups(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.