public static interface DescribeDbProxiesResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxiesResponse.Builder,DescribeDbProxiesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxiesResponse.Builder |
dbProxies(Collection<DBProxy> dbProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
DescribeDbProxiesResponse.Builder |
dbProxies(Consumer<DBProxy.Builder>... dbProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
DescribeDbProxiesResponse.Builder |
dbProxies(DBProxy... dbProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
DescribeDbProxiesResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbProxiesResponse.Builder dbProxies(Collection<DBProxy> dbProxies)
A return value representing an arbitrary number of DBProxy data structures.
dbProxies - A return value representing an arbitrary number of DBProxy data structures.DescribeDbProxiesResponse.Builder dbProxies(DBProxy... dbProxies)
A return value representing an arbitrary number of DBProxy data structures.
dbProxies - A return value representing an arbitrary number of DBProxy data structures.DescribeDbProxiesResponse.Builder dbProxies(Consumer<DBProxy.Builder>... dbProxies)
A return value representing an arbitrary number of DBProxy data structures.
DBProxy.Builder avoiding the need to create one manually
via DBProxy.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dbProxies(List.
dbProxies - a consumer that will call methods on DBProxy.Builder#dbProxies(java.util.Collection) DescribeDbProxiesResponse.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.