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.
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 #dbProxies(List) .dbProxies - a consumer that will call methods on List.Builder #dbProxies(List) 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 © 2021. All rights reserved.