public static interface CreateDbProxyResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbProxyResponse.Builder,CreateDbProxyResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDbProxyResponse.Builder |
dbProxy(Consumer<DBProxy.Builder> dbProxy)
The
DBProxy structure corresponding to the new proxy. |
CreateDbProxyResponse.Builder |
dbProxy(DBProxy dbProxy)
The
DBProxy structure corresponding to the new proxy. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbProxyResponse.Builder dbProxy(DBProxy dbProxy)
The DBProxy structure corresponding to the new proxy.
dbProxy - The DBProxy structure corresponding to the new proxy.default CreateDbProxyResponse.Builder dbProxy(Consumer<DBProxy.Builder> dbProxy)
The DBProxy structure corresponding to the new 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 © 2023. All rights reserved.