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