CopyableBuilder<DescribeDBSubnetGroupsResponse.Builder,DescribeDBSubnetGroupsResponse>
, SdkBuilder<DescribeDBSubnetGroupsResponse.Builder,DescribeDBSubnetGroupsResponse>
public static interface DescribeDBSubnetGroupsResponse.Builder extends CopyableBuilder<DescribeDBSubnetGroupsResponse.Builder,DescribeDBSubnetGroupsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setDBSubnetGroups(java.util.Collection)
or #withDBSubnetGroups(java.util.Collection)
if you
want to override the existing values.
dbSubnetGroups
- A list of DBSubnetGroup instances.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.