public static interface OutboundConnection.Builder extends SdkPojo, CopyableBuilder<OutboundConnection.Builder,OutboundConnection>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOutboundConnection.Builder localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
localDomainInfo - Information about the source (local) domain.default OutboundConnection.Builder localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
This is a convenience method that creates an instance of theDomainInformationContainer.Builder
avoiding the need to create one manually via DomainInformationContainer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to localDomainInfo(DomainInformationContainer).
localDomainInfo - a consumer that will call methods on DomainInformationContainer.BuilderlocalDomainInfo(DomainInformationContainer)OutboundConnection.Builder remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
remoteDomainInfo - Information about the destination (remote) domain.default OutboundConnection.Builder remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
This is a convenience method that creates an instance of theDomainInformationContainer.Builder
avoiding the need to create one manually via DomainInformationContainer.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to remoteDomainInfo(DomainInformationContainer).
remoteDomainInfo - a consumer that will call methods on DomainInformationContainer.BuilderremoteDomainInfo(DomainInformationContainer)OutboundConnection.Builder connectionId(String connectionId)
Unique identifier of the connection.
connectionId - Unique identifier of the connection.OutboundConnection.Builder connectionAlias(String connectionAlias)
Name of the connection.
connectionAlias - Name of the connection.OutboundConnection.Builder connectionStatus(OutboundConnectionStatus connectionStatus)
Status of the connection.
connectionStatus - Status of the connection.default OutboundConnection.Builder connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
Status of the connection.
This is a convenience method that creates an instance of theOutboundConnectionStatus.Builder
avoiding the need to create one manually via OutboundConnectionStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to connectionStatus(OutboundConnectionStatus).
connectionStatus - a consumer that will call methods on OutboundConnectionStatus.BuilderconnectionStatus(OutboundConnectionStatus)OutboundConnection.Builder connectionMode(String connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionMode,
ConnectionModeOutboundConnection.Builder connectionMode(ConnectionMode connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionMode,
ConnectionModeOutboundConnection.Builder connectionProperties(ConnectionProperties connectionProperties)
Properties for the outbound connection.
connectionProperties - Properties for the outbound connection.default OutboundConnection.Builder connectionProperties(Consumer<ConnectionProperties.Builder> connectionProperties)
Properties for the outbound connection.
This is a convenience method that creates an instance of theConnectionProperties.Builder avoiding
the need to create one manually via ConnectionProperties.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectionProperties(ConnectionProperties).
connectionProperties - a consumer that will call methods on ConnectionProperties.BuilderconnectionProperties(ConnectionProperties)Copyright © 2023. All rights reserved.