public static interface DeleteDbProxyResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DeleteDbProxyResponse.Builder,DeleteDbProxyResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteDbProxyResponse.Builder |
dbProxy(Consumer<DBProxy.Builder> dbProxy)
The data structure representing the details of the DB proxy that you delete.
|
DeleteDbProxyResponse.Builder |
dbProxy(DBProxy dbProxy)
The data structure representing the details of the DB proxy that you delete.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDbProxyResponse.Builder dbProxy(DBProxy dbProxy)
The data structure representing the details of the DB proxy that you delete.
dbProxy - The data structure representing the details of the DB proxy that you delete.default DeleteDbProxyResponse.Builder dbProxy(Consumer<DBProxy.Builder> dbProxy)
The data structure representing the details of the DB proxy that you delete.
This is a convenience method that creates an instance of theDBProxy.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 dbProxy(DBProxy).
dbProxy - a consumer that will call methods on DBProxy.BuilderdbProxy(DBProxy)Copyright © 2023. All rights reserved.