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