JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.opensearch.model

Class CreateOutboundConnectionResult

    • Constructor Detail

      • CreateOutboundConnectionResult

        public CreateOutboundConnectionResult()
    • Method Detail

      • setLocalDomainInfo

        public void setLocalDomainInfo(DomainInformationContainer localDomainInfo)

        Information about the source (local) domain.

        Parameters:
        localDomainInfo - Information about the source (local) domain.
      • getLocalDomainInfo

        public DomainInformationContainer getLocalDomainInfo()

        Information about the source (local) domain.

        Returns:
        Information about the source (local) domain.
      • withLocalDomainInfo

        public CreateOutboundConnectionResult withLocalDomainInfo(DomainInformationContainer localDomainInfo)

        Information about the source (local) domain.

        Parameters:
        localDomainInfo - Information about the source (local) domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRemoteDomainInfo

        public void setRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)

        Information about the destination (remote) domain.

        Parameters:
        remoteDomainInfo - Information about the destination (remote) domain.
      • getRemoteDomainInfo

        public DomainInformationContainer getRemoteDomainInfo()

        Information about the destination (remote) domain.

        Returns:
        Information about the destination (remote) domain.
      • withRemoteDomainInfo

        public CreateOutboundConnectionResult withRemoteDomainInfo(DomainInformationContainer remoteDomainInfo)

        Information about the destination (remote) domain.

        Parameters:
        remoteDomainInfo - Information about the destination (remote) domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionAlias

        public void setConnectionAlias(String connectionAlias)

        Name of the connection.

        Parameters:
        connectionAlias - Name of the connection.
      • getConnectionAlias

        public String getConnectionAlias()

        Name of the connection.

        Returns:
        Name of the connection.
      • withConnectionAlias

        public CreateOutboundConnectionResult withConnectionAlias(String connectionAlias)

        Name of the connection.

        Parameters:
        connectionAlias - Name of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionStatus

        public void setConnectionStatus(OutboundConnectionStatus connectionStatus)

        The status of the connection.

        Parameters:
        connectionStatus - The status of the connection.
      • getConnectionStatus

        public OutboundConnectionStatus getConnectionStatus()

        The status of the connection.

        Returns:
        The status of the connection.
      • withConnectionStatus

        public CreateOutboundConnectionResult withConnectionStatus(OutboundConnectionStatus connectionStatus)

        The status of the connection.

        Parameters:
        connectionStatus - The status of the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionId

        public void setConnectionId(String connectionId)

        The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.

        Parameters:
        connectionId - The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
      • getConnectionId

        public String getConnectionId()

        The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.

        Returns:
        The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
      • withConnectionId

        public CreateOutboundConnectionResult withConnectionId(String connectionId)

        The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.

        Parameters:
        connectionId - The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectionMode

        public void setConnectionMode(String connectionMode)

        The connection mode.

        Parameters:
        connectionMode - The connection mode.
        See Also:
        ConnectionMode
      • getConnectionMode

        public String getConnectionMode()

        The connection mode.

        Returns:
        The connection mode.
        See Also:
        ConnectionMode
      • withConnectionMode

        public CreateOutboundConnectionResult withConnectionMode(String connectionMode)

        The connection mode.

        Parameters:
        connectionMode - The connection mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionMode
      • withConnectionMode

        public CreateOutboundConnectionResult withConnectionMode(ConnectionMode connectionMode)

        The connection mode.

        Parameters:
        connectionMode - The connection mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionMode
      • setConnectionProperties

        public void setConnectionProperties(ConnectionProperties connectionProperties)

        The ConnectionProperties for the newly created connection.

        Parameters:
        connectionProperties - The ConnectionProperties for the newly created connection.
      • getConnectionProperties

        public ConnectionProperties getConnectionProperties()

        The ConnectionProperties for the newly created connection.

        Returns:
        The ConnectionProperties for the newly created connection.
      • withConnectionProperties

        public CreateOutboundConnectionResult withConnectionProperties(ConnectionProperties connectionProperties)

        The ConnectionProperties for the newly created connection.

        Parameters:
        connectionProperties - The ConnectionProperties for the newly created connection.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /