public static interface CreateDbProxyEndpointResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbProxyEndpointResponse.Builder,CreateDbProxyEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDbProxyEndpointResponse.Builder |
dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
CreateDbProxyEndpointResponse.Builder |
dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDbProxyEndpointResponse.Builder dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you
create might provide capabilities such as read/write or read-only operations, or using a different VPC than
the proxy's default VPC.
dbProxyEndpoint - The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint
that you create might provide capabilities such as read/write or read-only operations, or using a
different VPC than the proxy's default VPC.default CreateDbProxyEndpointResponse.Builder dbProxyEndpoint(Consumer<DBProxyEndpoint.Builder> dbProxyEndpoint)
The DBProxyEndpoint object that is created by the API operation. The DB proxy endpoint that you
create might provide capabilities such as read/write or read-only operations, or using a different VPC than
the proxy's default VPC.
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 © 2023. All rights reserved.