public static interface DescribeSubnetGroupsResponse.Builder extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeSubnetGroupsResponse.Builder,DescribeSubnetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsResponse.Builder |
nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(Consumer<SubnetGroup.Builder>... subnetGroups)
A list of subnet groups.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(SubnetGroup... subnetGroups)
A list of subnet groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSubnetGroupsResponse.Builder nextToken(String nextToken)
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
nextToken - An optional argument to pass in case the total number of records exceeds the value of MaxResults. If
nextToken is returned, there are more results available. The value of nextToken is a unique pagination
token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.DescribeSubnetGroupsResponse.Builder subnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups. Each element in the list contains detailed information about one group.
subnetGroups - A list of subnet groups. Each element in the list contains detailed information about one group.DescribeSubnetGroupsResponse.Builder subnetGroups(SubnetGroup... subnetGroups)
A list of subnet groups. Each element in the list contains detailed information about one group.
subnetGroups - A list of subnet groups. Each element in the list contains detailed information about one group.DescribeSubnetGroupsResponse.Builder subnetGroups(Consumer<SubnetGroup.Builder>... subnetGroups)
A list of subnet groups. Each element in the list contains detailed information about one group.
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 #subnetGroups(List) .subnetGroups - a consumer that will call methods on List.Builder #subnetGroups(List) Copyright © 2021. All rights reserved.