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