public static interface CreateOutboundConnectionResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<CreateOutboundConnectionResponse.Builder,CreateOutboundConnectionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOutboundConnectionResponse.Builder localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
localDomainInfo - Information about the source (local) domain.default CreateOutboundConnectionResponse.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)CreateOutboundConnectionResponse.Builder remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
remoteDomainInfo - Information about the destination (remote) domain.default CreateOutboundConnectionResponse.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)CreateOutboundConnectionResponse.Builder connectionAlias(String connectionAlias)
Name of the connection.
connectionAlias - Name of the connection.CreateOutboundConnectionResponse.Builder connectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
connectionStatus - The status of the connection.default CreateOutboundConnectionResponse.Builder connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
The 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)CreateOutboundConnectionResponse.Builder connectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
connectionId - The unique identifier for the created outbound connection, which is used for subsequent operations on
the connection.CreateOutboundConnectionResponse.Builder connectionMode(String connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionMode,
ConnectionModeCreateOutboundConnectionResponse.Builder connectionMode(ConnectionMode connectionMode)
The connection mode.
connectionMode - The connection mode.ConnectionMode,
ConnectionModeCreateOutboundConnectionResponse.Builder connectionProperties(ConnectionProperties connectionProperties)
The ConnectionProperties for the newly created connection.
connectionProperties - The ConnectionProperties for the newly created connection.default CreateOutboundConnectionResponse.Builder connectionProperties(Consumer<ConnectionProperties.Builder> connectionProperties)
The ConnectionProperties for the newly created connection.
ConnectionProperties.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.