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.
DBProxyTargetGroup.Builder avoiding the need to create one
manually via DBProxyTargetGroup.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #targetGroups(List.
targetGroups - a consumer that will call methods on
DBProxyTargetGroup.Builder#targetGroups(java.util.Collection) 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 © 2023. All rights reserved.