public static interface DescribeDbProxyTargetsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxyTargetsResponse.Builder,DescribeDbProxyTargetsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxyTargetsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeDbProxyTargetsResponse.Builder |
targets(Collection<DBProxyTarget> targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
DescribeDbProxyTargetsResponse.Builder |
targets(Consumer<DBProxyTarget.Builder>... targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
DescribeDbProxyTargetsResponse.Builder |
targets(DBProxyTarget... targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbProxyTargetsResponse.Builder targets(Collection<DBProxyTarget> targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding
targets.DescribeDbProxyTargetsResponse.Builder targets(DBProxyTarget... targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
targets - An arbitrary number of DBProxyTarget objects, containing details of the corresponding
targets.DescribeDbProxyTargetsResponse.Builder targets(Consumer<DBProxyTarget.Builder>... targets)
An arbitrary number of DBProxyTarget objects, containing details of the corresponding targets.
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 #targets(List) .targets - a consumer that will call methods on List.Builder #targets(List) DescribeDbProxyTargetsResponse.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.