Interface InboundCrossClusterSearchConnectionStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>, SdkBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>, SdkPojo
Enclosing class:
InboundCrossClusterSearchConnectionStatus

public static interface InboundCrossClusterSearchConnectionStatus.Builder extends SdkPojo, CopyableBuilder<InboundCrossClusterSearchConnectionStatus.Builder,InboundCrossClusterSearchConnectionStatus>
  • Method Details

    • 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:
    • 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:
    • 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.