public static interface ModifyDbProxyResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyResponse.Builder,ModifyDbProxyResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyResponse.Builder |
dbProxy(Consumer<DBProxy.Builder> dbProxy)
The
DBProxy object representing the new settings for the proxy. |
ModifyDbProxyResponse.Builder |
dbProxy(DBProxy dbProxy)
The
DBProxy object representing the new settings for the proxy. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyResponse.Builder dbProxy(DBProxy dbProxy)
The DBProxy object representing the new settings for the proxy.
dbProxy - The DBProxy object representing the new settings for the proxy.default ModifyDbProxyResponse.Builder dbProxy(Consumer<DBProxy.Builder> dbProxy)
The DBProxy object representing the new settings for the proxy.
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 dbProxy(DBProxy).
dbProxy - a consumer that will call methods on DBProxy.BuilderdbProxy(DBProxy)Copyright © 2022. All rights reserved.