public static interface DescribeSubnetGroupsResponse.Builder extends DaxResponse.Builder, SdkPojo, CopyableBuilder<DescribeSubnetGroupsResponse.Builder,DescribeSubnetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsResponse.Builder |
nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(Consumer<SubnetGroup.Builder>... subnetGroups)
An array of subnet groups.
|
DescribeSubnetGroupsResponse.Builder |
subnetGroups(SubnetGroup... subnetGroups)
An array of subnet groups.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSubnetGroupsResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.DescribeSubnetGroupsResponse.Builder subnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups. Each element in the array represents a single subnet group.
subnetGroups - An array of subnet groups. Each element in the array represents a single subnet group.DescribeSubnetGroupsResponse.Builder subnetGroups(SubnetGroup... subnetGroups)
An array of subnet groups. Each element in the array represents a single subnet group.
subnetGroups - An array of subnet groups. Each element in the array represents a single subnet group.DescribeSubnetGroupsResponse.Builder subnetGroups(Consumer<SubnetGroup.Builder>... subnetGroups)
An array of subnet groups. Each element in the array represents a single subnet 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.