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