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