public static interface DescribeDbProxyEndpointsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbProxyEndpointsResponse.Builder,DescribeDbProxyEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxyEndpointsResponse.Builder |
dbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
DescribeDbProxyEndpointsResponse.Builder |
dbProxyEndpoints(Consumer<DBProxyEndpoint.Builder>... dbProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
DescribeDbProxyEndpointsResponse.Builder |
dbProxyEndpoints(DBProxyEndpoint... dbProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
DescribeDbProxyEndpointsResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbProxyEndpointsResponse.Builder dbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints)
The list of ProxyEndpoint objects returned by the API operation.
dbProxyEndpoints - The list of ProxyEndpoint objects returned by the API operation.DescribeDbProxyEndpointsResponse.Builder dbProxyEndpoints(DBProxyEndpoint... dbProxyEndpoints)
The list of ProxyEndpoint objects returned by the API operation.
dbProxyEndpoints - The list of ProxyEndpoint objects returned by the API operation.DescribeDbProxyEndpointsResponse.Builder dbProxyEndpoints(Consumer<DBProxyEndpoint.Builder>... dbProxyEndpoints)
The list of ProxyEndpoint objects returned by the API operation.
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 #dbProxyEndpoints(List) .dbProxyEndpoints - a consumer that will call methods on List.Builder #dbProxyEndpoints(List) DescribeDbProxyEndpointsResponse.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.