public static interface DeleteConnectionResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteConnectionResponse.Builder,DeleteConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResponse.Builder |
connection(Connection connection)
Information about the connection.
|
default DeleteConnectionResponse.Builder |
connection(Consumer<Connection.Builder> connection)
Information about the connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteConnectionResponse.Builder connection(Connection connection)
Information about the connection.
connection - Information about the connection.default DeleteConnectionResponse.Builder connection(Consumer<Connection.Builder> connection)
Information about the connection.
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 © 2022. All rights reserved.