Interface InboundCrossClusterSearchConnectionStatus.Builder

    • Method Detail

      • statusCode

        InboundCrossClusterSearchConnectionStatus.Builder statusCode​(String statusCode)

        The state code for inbound connection. This can be one of the following:

        • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
        • APPROVED: Inbound connection is pending acceptance by destination domain owner.
        • REJECTING: Inbound connection rejection is in process.
        • REJECTED: Inbound connection is rejected.
        • DELETING: Inbound connection deletion is in progress.
        • DELETED: Inbound connection is deleted and cannot be used further.
        Parameters:
        statusCode - The state code for inbound connection. This can be one of the following:

        • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
        • APPROVED: Inbound connection is pending acceptance by destination domain owner.
        • REJECTING: Inbound connection rejection is in process.
        • REJECTED: Inbound connection is rejected.
        • DELETING: Inbound connection deletion is in progress.
        • DELETED: Inbound connection is deleted and cannot be used further.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InboundCrossClusterSearchConnectionStatusCode, InboundCrossClusterSearchConnectionStatusCode
      • statusCode

        InboundCrossClusterSearchConnectionStatus.Builder statusCode​(InboundCrossClusterSearchConnectionStatusCode statusCode)

        The state code for inbound connection. This can be one of the following:

        • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
        • APPROVED: Inbound connection is pending acceptance by destination domain owner.
        • REJECTING: Inbound connection rejection is in process.
        • REJECTED: Inbound connection is rejected.
        • DELETING: Inbound connection deletion is in progress.
        • DELETED: Inbound connection is deleted and cannot be used further.
        Parameters:
        statusCode - The state code for inbound connection. This can be one of the following:

        • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
        • APPROVED: Inbound connection is pending acceptance by destination domain owner.
        • REJECTING: Inbound connection rejection is in process.
        • REJECTED: Inbound connection is rejected.
        • DELETING: Inbound connection deletion is in progress.
        • DELETED: Inbound connection is deleted and cannot be used further.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InboundCrossClusterSearchConnectionStatusCode, InboundCrossClusterSearchConnectionStatusCode
      • message

        InboundCrossClusterSearchConnectionStatus.Builder message​(String message)

        Specifies verbose information for the inbound connection status.

        Parameters:
        message - Specifies verbose information for the inbound connection status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.