public static interface DeleteEndpointResponse.Builder extends DatabaseMigrationResponse.Builder, SdkPojo, CopyableBuilder<DeleteEndpointResponse.Builder,DeleteEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteEndpointResponse.Builder |
endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint that was deleted.
|
DeleteEndpointResponse.Builder |
endpoint(Endpoint endpoint)
The endpoint that was deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEndpointResponse.Builder endpoint(Endpoint endpoint)
The endpoint that was deleted.
endpoint - The endpoint that was deleted.default DeleteEndpointResponse.Builder endpoint(Consumer<Endpoint.Builder> endpoint)
The endpoint that was deleted.
This is a convenience method that creates an instance of theEndpoint.Builder avoiding the need to
create one manually via Endpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to endpoint(Endpoint).
endpoint - a consumer that will call methods on Endpoint.Builderendpoint(Endpoint)Copyright © 2023. All rights reserved.