public static interface DescribeDBSubnetGroupsResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DescribeDBSubnetGroupsResponse.Builder,DescribeDBSubnetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDBSubnetGroupsResponse.Builder |
dbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResponse.Builder |
dbSubnetGroups(Consumer<DBSubnetGroup.Builder>... dbSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResponse.Builder |
dbSubnetGroups(DBSubnetGroup... dbSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeDBSubnetGroupsResponse.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
.DescribeDBSubnetGroupsResponse.Builder dbSubnetGroups(Collection<DBSubnetGroup> dbSubnetGroups)
A list of DBSubnetGroup instances.
dbSubnetGroups - A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResponse.Builder dbSubnetGroups(DBSubnetGroup... dbSubnetGroups)
A list of DBSubnetGroup instances.
dbSubnetGroups - A list of DBSubnetGroup instances.DescribeDBSubnetGroupsResponse.Builder dbSubnetGroups(Consumer<DBSubnetGroup.Builder>... dbSubnetGroups)
A list of DBSubnetGroup 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 #dbSubnetGroups(List) .dbSubnetGroups - a consumer that will call methods on List.Builder #dbSubnetGroups(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.