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(DBSubnetGroup... dbSubnetGroups)
A list of DBSubnetGroup instances.
|
DescribeDBSubnetGroupsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build
copy
apply, build
DescribeDBSubnetGroupsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.