public static interface DescribeDbProxyTargetGroupsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxyTargetGroupsResponse.Builder,DescribeDbProxyTargetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxyTargetGroupsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeDbProxyTargetGroupsResponse.Builder |
targetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
DescribeDbProxyTargetGroupsResponse.Builder |
targetGroups(Consumer<DBProxyTargetGroup.Builder>... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
DescribeDbProxyTargetGroupsResponse.Builder |
targetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbProxyTargetGroupsResponse.Builder targetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding
target groups.
targetGroups - An arbitrary number of DBProxyTargetGroup objects, containing details of the
corresponding target groups.DescribeDbProxyTargetGroupsResponse.Builder targetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding
target groups.
targetGroups - An arbitrary number of DBProxyTargetGroup objects, containing details of the
corresponding target groups.DescribeDbProxyTargetGroupsResponse.Builder targetGroups(Consumer<DBProxyTargetGroup.Builder>... targetGroups)
An arbitrary number of DBProxyTargetGroup objects, containing details of the corresponding
target groups.
List.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 #targetGroups(List) .targetGroups - a consumer that will call methods on List.Builder #targetGroups(List) DescribeDbProxyTargetGroupsResponse.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
.Copyright © 2021. All rights reserved.