public static interface DeleteDbProxyEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DeleteDbProxyEndpointResponse.Builder,DeleteDbProxyEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteDbProxyEndpointResponse.Builder |
dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
DeleteDbProxyEndpointResponse.Builder |
dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDbProxyEndpointResponse.Builder dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
dbProxyEndpoint - The data structure representing the details of the DB proxy endpoint that you delete.default DeleteDbProxyEndpointResponse.Builder dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
This is a convenience that creates an instance of theDBProxyEndpoint.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 © 2021. All rights reserved.