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 method that creates an instance of theSubnetGroup.Builder avoiding the need to create one
manually via SubnetGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #subnetGroups(List.
subnetGroups - a consumer that will call methods on
SubnetGroup.Builder#subnetGroups(java.util.Collection) Copyright © 2022. All rights reserved.