Interface HandshakeFilter.Builder

    • Method Detail

      • actionType

        HandshakeFilter.Builder actionType​(String actionType)

        Specifies the type of handshake action.

        If you specify ActionType, you cannot also specify ParentHandshakeId.

        Parameters:
        actionType - Specifies the type of handshake action.

        If you specify ActionType, you cannot also specify ParentHandshakeId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType, ActionType
      • actionType

        HandshakeFilter.Builder actionType​(ActionType actionType)

        Specifies the type of handshake action.

        If you specify ActionType, you cannot also specify ParentHandshakeId.

        Parameters:
        actionType - Specifies the type of handshake action.

        If you specify ActionType, you cannot also specify ParentHandshakeId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionType, ActionType
      • parentHandshakeId

        HandshakeFilter.Builder parentHandshakeId​(String parentHandshakeId)

        Specifies the parent handshake. Only used for handshake types that are a child of another type.

        If you specify ParentHandshakeId, you cannot also specify ActionType.

        The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.

        Parameters:
        parentHandshakeId - Specifies the parent handshake. Only used for handshake types that are a child of another type.

        If you specify ParentHandshakeId, you cannot also specify ActionType.

        The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.

        Returns:
        Returns a reference to this object so that method calls can be chained together.